mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +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:
5
.github/workflows/deploy-non-prod-web.yml
vendored
5
.github/workflows/deploy-non-prod-web.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user