Skip to content

Commit

Permalink
fixed deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
yorek committed Dec 20, 2019
1 parent 05205d1 commit 926363c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ az webapp create \

az webapp config connection-string set \
-g $resourceGroup \
-n $appName \
--settings WWIF=$SQLAZURECONNSTR_WWIF
-n $appName \
--settings WWIF=$SQLAZURECONNSTR_WWIF \
--connection-string-type=SQLAzure

0 comments on commit 926363c

Please sign in to comment.