Skip to content

Commit

Permalink
Merge pull request #2221 from vrk-kpa/use_correct_region_in_restart_w…
Browse files Browse the repository at this point in the history
…orkflows

Use correct region in restart workflows
  • Loading branch information
Zharktas authored May 14, 2024
2 parents 8769c91 + c10eb47 commit 874a10c
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 874a10c

Please sign in to comment.