Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated travis deployment script (#14)
* Updated travis deployment script

* Changed to deploy on master
  • Loading branch information
wbreza committed Oct 26, 2018
1 parent c50efee commit 8de41ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -18,6 +18,7 @@ matrix:
script: skip
deploy:
- provider: script
skip_cleanup: true
script: bash deployment/deploy.sh
on:
branch: master
Expand Down
2 changes: 1 addition & 1 deletion deployment/deploy.sh
@@ -1,3 +1,3 @@
az login --service-principal --username "$APP_ID" --password "$AZ_SP_SECRET" --tenant "$AZ_TENANT_ID"
az login --service-principal --username "$AZ_APP_ID" --password "$AZ_SP_SECRET" --tenant "$AZ_TENANT_ID"
az account get-access-token --query "accessToken"
func azure functionapp publish $AZ_FUNCTIONS_APP_NAME --build-native-deps --force

0 comments on commit 8de41ea

Please sign in to comment.