Skip to content

Commit

Permalink
Updated GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostnetic committed Sep 30, 2023
1 parent 71bbbb0 commit b822065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Sync files to Azure Blob Storage
run: |
az storage blob upload-batch --source ./ --destination $web --account-name resumestorageghostnetic
az storage blob upload-batch --source ./ --destination '$web' --account-name resumestorageghostnetic
- name: Logout of Azure
run: az logout

0 comments on commit b822065

Please sign in to comment.