Moving app to azure storage

This commit is contained in:
2025-04-19 11:48:18 -05:00
parent 9e9384b808
commit 01e180e8f3
2 changed files with 1 additions and 51 deletions

View File

@@ -61,7 +61,7 @@ jobs:
uses: azure/CLI@v1
with:
inlineScript: |
az storage blob upload-batch --account-name ${{ vars.AZURE_STORAGE_ACCOUNT_NAME }} --auth-mode key -d '$web' -s ./app/dist
az storage blob upload-batch --account-name ${{ vars.AZURE_STORAGE_ACCOUNT_NAME }} --auth-mode key -d '$web' -s ./app/dist --overwrite true
# - name: Purge CDN endpoint
# if: ${{ inputs.environment_name != 'pull_request' }}