diff --git a/.github/workflows/restart_beta_containers.yml b/.github/workflows/restart_beta_containers.yml index 3565c29c20..8d5c0e4d60 100644 --- a/.github/workflows/restart_beta_containers.yml +++ b/.github/workflows/restart_beta_containers.yml @@ -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: | diff --git a/.github/workflows/restart_prod_containers.yml b/.github/workflows/restart_prod_containers.yml index 35bec02de2..9508677f81 100644 --- a/.github/workflows/restart_prod_containers.yml +++ b/.github/workflows/restart_prod_containers.yml @@ -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: |