Skip to content

Commit

Permalink
Fix az deploys (#252)
Browse files Browse the repository at this point in the history
* specify working az cli version

* use working az cli version
  • Loading branch information
camallen authored Nov 5, 2021
1 parent 2102d2c commit 6818496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Upload to blob storage
uses: azure/CLI@v1
with:
creds: ${{ secrets.AZURE_STATIC_SITES }}
azcliversion: 2.29.2
inlineScript: |
az storage blob upload-batch \
--account-name zooniversestatic \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Upload to blob storage
uses: azure/CLI@v1
with:
creds: ${{ secrets.AZURE_STATIC_SITES }}
azcliversion: 2.29.2
inlineScript: |
az storage blob upload-batch \
--account-name zooniversestatic \
Expand Down

0 comments on commit 6818496

Please sign in to comment.