From e6dbb43c53cf1e61f6e9796da7fb685a997db676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Ammitzb=C3=B8ll-Bach?= Date: Fri, 18 Aug 2023 15:45:42 +0200 Subject: [PATCH] Temp fix for DEV push --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 339b889..383fb67 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -22,7 +22,7 @@ jobs: with: name: 'documentation' branch: ${{ github.ref_name }} - storage_account: ${{ vars.PRODUCTION_STORAGE_ACCOUNT }} + storage_account: ${{ vars.DEVELOPMENT_STORAGE_ACCOUNT }} container_name: ${{ vars.GRAPHQL_CONTAINER_NAME }} secrets: azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}