push
This commit is contained in:
parent
4f589ea44e
commit
d0b9fee59b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/weekly-k8s-backup.yml
vendored
4
.github/workflows/weekly-k8s-backup.yml
vendored
|
|
@ -48,12 +48,12 @@ jobs:
|
|||
aws sts get-caller-identity
|
||||
|
||||
|
||||
- name: Run DEV backup
|
||||
- name: Run DEV stripe-to-invoice postgres backup
|
||||
run: |
|
||||
ENVIRONMENT=dev \
|
||||
bash mist_infra/scripts/backup_k8s_storage_to_s3.sh
|
||||
|
||||
- name: Run PROD backup
|
||||
- name: Run PROD stripe-to-invoice postgres backup
|
||||
run: |
|
||||
ENVIRONMENT=prod \
|
||||
I_UNDERSTAND_THIS_IS_PROD=true \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue