Skip to content

Commit 4b6b709

Browse files
committed
scheduled_backup task test
1 parent db8f265 commit 4b6b709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fac-backup-util.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# space: ${{ inputs.environment }}
3838
space: "preview"
3939
util_version: v0.1.3
40-
backup_operation: deploy_backup
40+
backup_operation: scheduled_backup
4141
steps:
4242
- name: Backup FAC Database and Sync Media
4343
uses: cloud-gov/cg-cli-tools@main
@@ -47,4 +47,4 @@ jobs:
4747
cf_org: gsa-tts-oros-fac
4848
cf_space: ${{ env.space }}
4949
#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 }}"
50-
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 }}"
50+
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 commit comments

Comments
 (0)