diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-03-02 15:53:19 -0500 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-03-02 16:03:18 -0500 |
commit | 55f0a026cbfa4d0a5681f8cb7919e623382a139e (patch) | |
tree | b93c32aa4f7d5b0229f5ff2e06e9b58da71cb2af /dev_host.example.env | |
parent | ac7fca9281c64412b5d4f0c7e718e87945dd28b0 (diff) |
Added changes for remote deployment
Added example env files
Added justfile changes for deployment
Added changes in main to support auth methods
Diffstat (limited to 'dev_host.example.env')
-rw-r--r-- | dev_host.example.env | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev_host.example.env b/dev_host.example.env new file mode 100644 index 0000000..a11ab63 --- /dev/null +++ b/dev_host.example.env @@ -0,0 +1,2 @@ +DEPLOY_HOST=root@alpha.apex +DEPLOY_DIR=src/bsky-nats-proxy
\ No newline at end of file |