Skip to content

Commit

Permalink
task: adding PRODUCTION SERVER IP
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Sep 10, 2024
1 parent 5884dc3 commit 9a8bfc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
GO_ENV: production
KAMAL_REGISTRY_USERNAME: ${{ secrets.KAMAL_REGISTRY_USERNAME }}
KAMAL_REGISTRY_PASSWORD: ${{ secrets.KAMAL_REGISTRY_PASSWORD }}
PRODUCTION_SERVER_IP: ${{ secrets.PRODUCTION_SERVER_IP }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 9a8bfc8

Please sign in to comment.