Skip to content

Commit

Permalink
Updated the backup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gowsik-ragunath committed Nov 8, 2023
1 parent 06b3620 commit 77da795
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_DB_APP: ${{ secrets.FLY_DB_APP_NAME }}
FLY_DB_APP: miru-staging-db
PGUSER: postgres
PGPASSWORD: ${{ secrets.PGPASSWORD }}
PGDATABASE: ${{ secrets.FLY_DB_NAME }}
PGPASSWORD: ${{ secrets.PGSTAGINGPASSWORD }}
PGDATABASE: miru-staging-db
PGHOST: localhost
PGPORT: 5434
S3_BUCKET: miru-db-backup
Expand Down

0 comments on commit 77da795

Please sign in to comment.