Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sballesteros committed Nov 1, 2019
1 parent ce94b18 commit 29b7c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ zip -r service.zip *.json *.js dist/* src/* public/* views/* scripts/* test/*

az webapp config appsettings set --resource-group "rapid-prereview" --name "rapid-prereview-service" --settings SCM_DO_BUILD_DURING_DEPLOYMENT=true

az webapp config set --resource-group "rapid-prereview" --name "rapid-prereview-service" --startup-file "npm run start:prod"
az webapp config set --resource-group "rapid-prereview" --name "rapid-prereview-service" --startup-file "npm run start:service"

az webapp deployment source config-zip --resource-group "rapid-prereview" --name "rapid-prereview-service" --src service.zip

Expand Down

0 comments on commit 29b7c82

Please sign in to comment.