Skip to content

Commit

Permalink
Updated the backup.yml file with production secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
gowsik-ragunath committed Nov 9, 2023
1 parent 5c300ea commit 6329b34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
backup:
runs-on: ubuntu-latest
env:
FLY_API_TOKEN: ${{ secrets.FLY_STAGING_DB_TOKEN }}
FLY_DB_APP: miru-staging-db
FLY_API_TOKEN: ${{ secrets.FLY_PRODUCTION_DB_TOKEN }}
FLY_DB_APP: ${{ secrets.FLY_DB_APP_NAME }}
PGUSER: postgres
PGPASSWORD: ${{ secrets.PGSTAGINGPASSWORD }}
PGDATABASE: miru_staging
PGPASSWORD: ${{ secrets.PGPASSWORD }}
PGDATABASE: miru_production
PGHOST: localhost
PGPORT: 5434
S3_BUCKET: miru-db-backup
Expand Down

0 comments on commit 6329b34

Please sign in to comment.