Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gmat224 committed Dec 11, 2024
1 parent 5b4ec19 commit 341f67d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: echo ${{ secrets.DATABASE_PASSWORD }} | sed 's/./& /g'
- run: echo ${{ secrets.DATABASE_USERNAME }} | sed 's/./& /g'
- run: echo ${{ secrets.DATABASE_PORT }} | sed 's/./& /g'
- run: flyctl deploy --remote-only --config fly.production.toml --build-arg DATABASE_HOST=${{ secrets.DATABASE_HOST }} --build-arg DATABASE_PORT=${{ secrets.DATABASE_PORT }} --build-arg DATABASE_USERNAME=${{ secrets.DATABASE_USERNAME }} --build-arg DATABASE_PASSWORD=${{ secrets.DATABASE_PASSWORD }}
working-directory: ./api
env:
Expand Down

0 comments on commit 341f67d

Please sign in to comment.