Skip to content

Commit

Permalink
Revert change to backup-datanase.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarie-PM authored and asteel-gsa committed Oct 11, 2023
1 parent 23f50d8 commit bda7e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backup-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cf_password: ${{ secrets.CF_PASSWORD }}
cf_org: gsa-tts-oros-fac
cf_space: ${{ env.space }}
command: cf run-task gsa-fac -k 2G -m 2G --name pg_backup --command "./backup_database.sh ${{ env.space }}"
command: cf run-task gsa-fac -k 2G -m 2G --name pg_backup --command "./br_backup.sh ${{ env.space }} MAN"

- name: Sleep for 5 minutes to ensure backup occurs
if: ${{ inputs.environment == 'dev' || inputs.environment == 'production' }}
Expand Down

0 comments on commit bda7e9a

Please sign in to comment.