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 }}