From c10eb47d066dbdae8c9008dead17af5e89f08e59 Mon Sep 17 00:00:00 2001 From: Jari Voutilainen Date: Tue, 14 May 2024 13:14:26 +0300 Subject: [PATCH] Use correct region in restart workflows --- .github/workflows/restart_beta_containers.yml | 2 +- .github/workflows/restart_prod_containers.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: |