Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-tf committed Mar 4, 2024
1 parent 98131f2 commit 4cc49ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- run: |
flyctl deploy --config fly-app-prod.toml --remote-only \
-e "BOT_TOKEN=${{ secrets.BOT_TOKEN }},\
DB_HOST=${{ secrets.DB_HOST }},\
DB_HOST=${{ env.DB_HOST }},\
DB_NAME=${{ secrets.DB_NAME }},\
DB_PASSWORD=${{ secrets.DB_PASSWORD }},\
DB_PORT=${{ secrets.DB_PORT }},\
DB_USER=${{ secrets.DB_USER }},\
DB_PORT=${{ env.DB_PORT }},\
DB_USER=${{ env.DB_USER }},\
LOGGING_LEVEL=${{ secrets.LOGGING_LEVEL }},\
TELEGRAM_BOT_MODE=${{ secrets.TELEGRAM_BOT_MODE }},\
LINE_NOTIFY_REDIRECT_URL=${{ secrets.LINE_NOTIFY_REDIRECT_URL }},\
Expand Down

0 comments on commit 4cc49ee

Please sign in to comment.