Skip to content

Commit

Permalink
Fix staging deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-b committed Oct 31, 2024
1 parent b769b3d commit 46e3b7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Deploy with Kamal
run: bin/kamal deploy -t $GITHUB_REF_NAME
run: bin/kamal deploy -d $GITHUB_REF_NAME
env:
KAMAL_REGISTRY_PASSWORD: ${{ secrets.KAMAL_REGISTRY_PASSWORD }}
2 changes: 2 additions & 0 deletions config/deploy.main.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Map main git branch to produciton deploy
proxy:
host: cbennell.com

0 comments on commit 46e3b7a

Please sign in to comment.