diff --git a/.github/workflows/deploy-non-prod-web.yml b/.github/workflows/deploy-non-prod-web.yml index 8697e176ca4..bfb1d269bb3 100644 --- a/.github/workflows/deploy-non-prod-web.yml +++ b/.github/workflows/deploy-non-prod-web.yml @@ -226,10 +226,9 @@ jobs: run: | az storage blob sync \ --source "./build" \ - --destination '$web' \ + --container '$web' \ --connection-string "${{ steps.retrieve-secrets.outputs.sa-bitwarden-web-vault-dev-key-temp }}" \ - --delete-destination \ - --no-progress + --delete-destination=true notify: name: Notify Slack with result