Skip to content

Commit

Permalink
added uploading step
Browse files Browse the repository at this point in the history
  • Loading branch information
Brock Davis committed Mar 29, 2022
1 parent 4007ef4 commit 2bd0bd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ npm run build
echo "Logging in..."
az login --service-principal --username ${AZURE_CLIENT_ID} --password ${AZURE_SECRET} --tenant ${AZURE_TENANT_ID}

echo "Install dependencies"
echo "Uploading to blob storage"
az storage blob upload-batch --account-name ${STORAGE_ACCOUNT_NAME } --auth-mode key -d '$web' -s ./build



0 comments on commit 2bd0bd7

Please sign in to comment.