From aaee10277f65e8eda213cde0deb901ed318756c0 Mon Sep 17 00:00:00 2001 From: Calle Veale Date: Sun, 30 May 2021 08:35:05 +0200 Subject: [PATCH] Added location --- .github/workflows/ordering-backgroundtasks-deploy.yml | 3 ++- .github/workflows/ordering-signalrhub-deploy.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ordering-backgroundtasks-deploy.yml b/.github/workflows/ordering-backgroundtasks-deploy.yml index 01d7c992d..cd66306b8 100644 --- a/.github/workflows/ordering-backgroundtasks-deploy.yml +++ b/.github/workflows/ordering-backgroundtasks-deploy.yml @@ -36,4 +36,5 @@ jobs: registry-login-server: ghcr.io registry-username: ${{ github.repository_owner }} registry-password: ${{ secrets.GITHUB_TOKEN }} - name: aci-ordering-backgroundtasks-test \ No newline at end of file + name: aci-ordering-backgroundtasks-test + location: 'west eu' \ No newline at end of file diff --git a/.github/workflows/ordering-signalrhub-deploy.yml b/.github/workflows/ordering-signalrhub-deploy.yml index c438f2c1e..e4836403c 100644 --- a/.github/workflows/ordering-signalrhub-deploy.yml +++ b/.github/workflows/ordering-signalrhub-deploy.yml @@ -36,4 +36,5 @@ jobs: registry-login-server: ghcr.io registry-username: ${{ github.repository_owner }} registry-password: ${{ secrets.GITHUB_TOKEN }} - name: aci-ordering-signalrhub-test \ No newline at end of file + name: aci-ordering-signalrhub-test + location: 'west eu' \ No newline at end of file