Skip to content

Commit

Permalink
Update build-release-develop.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ishvindersethi22 authored Apr 11, 2024
1 parent 7add280 commit a12d62f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
REACT_APP_APIGW_BASE_URL: ${{ secrets.REACT_APP_APIGW_BASE_URL_DEVELOP }}
AZURE_CREDS: ${{ secrets.SHOONYA_AZURE_CREDS_E2E }}
AZURE_STORAGEKEY: ${{ secrets.SHOONYA_AZURE_STORAGEKEY_DEVELOP_E2E }}
AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.SHOONYA_AZURE_CONNECTION_STRING_DEVELOP_E2E }}

jobs:
cicd:
Expand Down Expand Up @@ -40,7 +41,7 @@ jobs:
uses: azure/CLI@v1
with:
inlineScript: |
az storage blob upload-batch --account-name shoonyastoragedevelop --account-key ${{ env.AZURE_STORAGEKEY }} -d '$web' -s ./build --overwrite
az storage blob upload-batch --connection-string env. ${{ env.AZURE_STORAGE_CONNECTION_STRING }} -d '$web' -s ./build --overwrite
- name: Purge CDN endpoint
uses: azure/CLI@v1
Expand Down

0 comments on commit a12d62f

Please sign in to comment.