File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
# space: ${{ inputs.environment }}
38
38
space : " preview"
39
39
util_version : v0.1.3
40
- backup_operation : deploy_backup
40
+ backup_operation : scheduled_backup
41
41
steps :
42
42
- name : Backup FAC Database and Sync Media
43
43
uses : cloud-gov/cg-cli-tools@main
47
47
cf_org : gsa-tts-oros-fac
48
48
cf_space : ${{ env.space }}
49
49
# 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 }}"
You can’t perform that action at this time.
0 commit comments