Skip to content

Commit

Permalink
Use correct region in restart workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed May 14, 2024
1 parent 8769c91 commit c10eb47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/restart_beta_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
role-to-assume: ${{ secrets.AWS_BETA_DEPLOY_ROLE }}
role-session-name: github-actions
aws-region: eu-north-1
aws-region: eu-west-1

- name: Restart containers
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/restart_prod_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
role-session-name: github-actions
aws-region: eu-north-1
aws-region: eu-west-1

- name: Restart containers
run: |
Expand Down

0 comments on commit c10eb47

Please sign in to comment.