mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
DEVOPS-1683 FIX: Source path in Azure Storage Blob sync
This commit is contained in:
2
.github/workflows/deploy-non-prod-web.yml
vendored
2
.github/workflows/deploy-non-prod-web.yml
vendored
@@ -225,7 +225,7 @@ jobs:
|
||||
- name: Sync blobs recursively to a Storage Account Blob container
|
||||
run: |
|
||||
az storage blob sync \
|
||||
--source "./build" \
|
||||
--source "./build/" \
|
||||
--container '$web' \
|
||||
--connection-string "${{ steps.retrieve-secrets.outputs.sa-bitwarden-web-vault-dev-key-temp }}" \
|
||||
--delete-destination=true
|
||||
|
||||
Reference in New Issue
Block a user