mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +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
|
- name: Sync blobs recursively to a Storage Account Blob container
|
||||||
run: |
|
run: |
|
||||||
az storage blob sync \
|
az storage blob sync \
|
||||||
--source "./build" \
|
--source "./build/" \
|
||||||
--container '$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=true
|
--delete-destination=true
|
||||||
|
|||||||
Reference in New Issue
Block a user