Skip to content

Commit

Permalink
Merge pull request #349 from hngprojects/bugfix/add-db-host-env-creation
Browse files Browse the repository at this point in the history
CI: update DB Host
  • Loading branch information
vicradon authored Aug 10, 2024
2 parents daaa243 + bcb9852 commit 63ea61a
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 63ea61a

Please sign in to comment.