Skip to content

Commit

Permalink
scheduled_backup task test
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Jun 4, 2024
1 parent db8f265 commit 4b6b709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fac-backup-util.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# space: ${{ inputs.environment }}
space: "preview"
util_version: v0.1.3
backup_operation: deploy_backup
backup_operation: scheduled_backup
steps:
- name: Backup FAC Database and Sync Media
uses: cloud-gov/cg-cli-tools@main
Expand All @@ -47,4 +47,4 @@ jobs:
cf_org: gsa-tts-oros-fac
cf_space: ${{ env.space }}
#command: cf run-task gsa-fac -k 7G -m 3G --name deploy_backup_util --command "./fac-backup-util.sh ${{ inputs.util_version }} ${{ inputs.backup_operation }}"
command: cf run-task gsa-fac -k 7G -m 3G --name deploy_backup_util --command "./fac-backup-util.sh ${{ env.util_version }} ${{ env.backup_operation }}"
command: cf run-task gsa-fac -k 7G -m 3G --name scheduled_backup_util --command "./fac-backup-util.sh ${{ env.util_version }} ${{ env.backup_operation }}"

0 comments on commit 4b6b709

Please sign in to comment.