Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co

## Project Overview

> **Notice:** This repository is being archived in favour of [network-agent](https://github.com/deployhq/network-agent), which has fewer dependencies and is easier to install. Both are functional during the transition period.

Deploy Agent is a Ruby gem that creates a secure proxy allowing DeployHQ to forward connections to protected servers. It establishes a TLS connection to DeployHQ's servers and proxies connections to allowed destinations based on an IP/network allowlist.

## Development Commands
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Deploy Agent

> **Notice:** This repository is being archived. Please use [network-agent](https://github.com/deployhq/network-agent) instead — it has fewer dependencies and is easier to install.

A secure proxy that allows [DeployHQ](https://www.deployhq.com/) to forward connections to servers behind firewalls. The agent establishes an outbound TLS connection to DeployHQ's servers and proxies deployment traffic to allowed destinations based on an IP/network allowlist.

## How It Works
Expand Down
3 changes: 2 additions & 1 deletion deploy-agent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Gem::Specification.new do |s|
s.version = DeployAgent::VERSION
s.required_ruby_version = '>= 2.7'
s.summary = 'The DeployHQ Agent'
s.description = 'This gem allows you to configure a secure proxy through which DeployHQ can forward connections'
s.description = 'Deprecated: use https://github.com/deployhq/network-agent instead. ' \
'This gem allows you to configure a secure proxy through which DeployHQ can forward connections'
s.authors = ['Charlie Smurthwaite']
s.email = ['support@deployhq.com']
s.files = Dir.glob('{lib,bin}/**/*')
Expand Down
Loading