Skip to content

Commit

Permalink
Commented out Check Env variables in azure-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coldcanuk committed Aug 20, 2023
1 parent 01bf416 commit cb0ffaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Check Environment Variables
run: |
echo "Is AZURE_STORAGE_CONNECTION_STRING set? ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }} "
echo ""
# - name: Check Environment Variables
# run: |
# echo "Is AZURE_STORAGE_CONNECTION_STRING set? ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }} "
# echo ""
- name: Deploy to Azure Blob Storage
run: |
az storage blob upload-batch --account-name "pitrewebpagestorage" -s . -d $$web --connection-string ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}

0 comments on commit cb0ffaa

Please sign in to comment.