Skip to content

Commit

Permalink
fix: databse connection
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdiiilham committed Feb 11, 2023
1 parent 59eb52b commit 022cf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
envkey_DB_PORT: ${{ secrets.DB_PORT }}
envkey_DB_USER: ${{ secrets.DB_USER }}
envkey_DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
envkey_DB_SSLMODE: ${{ secrets.DB_SSL_MODE }}
envkey_DB_SSLMODE: ${{ secrets.DB_SSLMODE }}
envkey_DB_NAME: btc_billionaire
file_name: app.env
fail_on_empty: false
Expand Down

0 comments on commit 022cf53

Please sign in to comment.