Skip to content

Commit

Permalink
scheduled_backup workflow test
Browse files Browse the repository at this point in the history
version bump to v0.1.2 of util
  • Loading branch information
asteel-gsa committed May 30, 2024
1 parent aa36f97 commit 27b4f1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/backup-util.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
cf_password: ${{ secrets.CF_PASSWORD }}
cf_org: gsa-tts-oros-fac
cf_space: ${{ env.space }}
command: cf run-task gsa-fac -k 3G -m 2G --name backup_db --command "./fac-backup-util.sh v0.1.1 deploy_backup"
command: cf run-task gsa-fac -k 3G -m 2G --name backup_db --command "./fac-backup-util.sh v0.1.2 scheduled_backup"
### Common Commands:
# ./fac-backup-util.sh v0.1.1 initial_backup
# ./fac-backup-util.sh v0.1.1 deploy_backup
# ./fac-backup-util.sh v0.1.1 scheduled_backup
# ./fac-restore-util.sh v0.1.1 s3_restore 202405301232
# ./fac-restore-util.sh v0.1.1 db_restore
# ./fac-backup-util.sh v0.1.2 initial_backup
# ./fac-backup-util.sh v0.1.2 deploy_backup
# ./fac-backup-util.sh v0.1.2 scheduled_backup
# ./fac-restore-util.sh v0.1.2 s3_restore 202405301232
# ./fac-restore-util.sh v0.1.2 db_restore

0 comments on commit 27b4f1c

Please sign in to comment.