1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

DEVOPS-1683 REFACTOR: deploy-non-prod-web.yml: Changed destination container to '$web' and added delete-destination flag

This commit is contained in:
Alex Urbina
2023-11-28 23:30:51 -06:00
parent 6a0a83c082
commit 8517532f03

View File

@@ -226,10 +226,9 @@ jobs:
run: | run: |
az storage blob sync \ az storage blob sync \
--source "./build" \ --source "./build" \
--destination '$web' \ --container '$web' \
--connection-string "${{ steps.retrieve-secrets.outputs.sa-bitwarden-web-vault-dev-key-temp }}" \ --connection-string "${{ steps.retrieve-secrets.outputs.sa-bitwarden-web-vault-dev-key-temp }}" \
--delete-destination \ --delete-destination=true
--no-progress
notify: notify:
name: Notify Slack with result name: Notify Slack with result