From 8517532f03a2d69821ace5d264793f7cf09bae4d Mon Sep 17 00:00:00 2001 From: Alex Urbina Date: Tue, 28 Nov 2023 23:30:51 -0600 Subject: [PATCH] DEVOPS-1683 REFACTOR: deploy-non-prod-web.yml: Changed destination container to '$web' and added delete-destination flag --- .github/workflows/deploy-non-prod-web.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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