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:
5
.github/workflows/deploy-non-prod-web.yml
vendored
5
.github/workflows/deploy-non-prod-web.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user