Skip to content

Commit

Permalink
updated deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Brock Davis committed Mar 29, 2022
1 parent 2bd0bd7 commit 633df02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,5 @@ echo "Logging in..."
az login --service-principal --username ${AZURE_CLIENT_ID} --password ${AZURE_SECRET} --tenant ${AZURE_TENANT_ID}

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


az storage blob upload-batch --account-name ${STORAGE_ACCOUNT_NAME} --auth-mode key -d '$web' -s ./build

0 comments on commit 633df02

Please sign in to comment.