This commit is contained in:
Jun-te Kim 2025-12-28 15:38:52 +00:00
parent 4f589ea44e
commit d0b9fee59b

View file

@ -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 \