Moving app to azure storage
This commit is contained in:
2
.github/workflows/app_build_deploy.yaml
vendored
2
.github/workflows/app_build_deploy.yaml
vendored
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user