Skip to content

Commit

Permalink
CI: update DB Host
Browse files Browse the repository at this point in the history
  • Loading branch information
vicradon committed Aug 10, 2024
1 parent daaa243 commit bcb9852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}
DB_NAME: ${{ secrets.DB_NAME }}
DB_HOST: ${{ secrets.DB_HOST }}
POSTGRES_USER: ${{ secrets.USERNAME }}
POSTGRES_PASSWORD: ${{ secrets.PASSWORD }}
POSTGRES_DB: ${{ secrets.DB_NAME }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/staging-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dev Deployment
name: Staging Deployment

on:
workflow_dispatch:
Expand Down Expand Up @@ -53,6 +53,7 @@ jobs:
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}
DB_NAME: ${{ secrets.DB_NAME }}
DB_HOST: ${{ secrets.DB_HOST }}
POSTGRES_USER: ${{ secrets.USERNAME }}
POSTGRES_PASSWORD: ${{ secrets.PASSWORD }}
POSTGRES_DB: ${{ secrets.DB_NAME }}
Expand Down

0 comments on commit bcb9852

Please sign in to comment.