Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/copy-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Export DB
run: |
ansible-playbook -i /ansible/inventory/ssm.ini \
-e ansible_python_interpreter=${ANSIBLE_PYTHON_INTERPRETER} \
-e env_type=${TM_DB_ENV_TYPE} \
/ansible/playbooks/db-export.yml

Expand Down
4 changes: 2 additions & 2 deletions templates/database-export.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Export/Import Database to S3 via SSM
name: Export/Import Database to S3

on:
schedule:
Expand All @@ -14,4 +14,4 @@ jobs:
uses: toumoro/tm-workflows/.github/workflows/copy-database.yml@v1
secrets:
aws-oidc-role-arn: ${{ secrets.TM_CLIENT_AWS_OIDC_ROLE_ARN }}
tm-tmdt-aws-oidc-role-arn: ${{ secrets.TM_TMDT_AWS_OIDC_ROLE_ARN }}
tm-tmdt-aws-oidc-role-arn: ${{ secrets.TM_TMDT_AWS_OIDC_ROLE_ARN }}