Skip to content

Commit 5c07864

Browse files
committed
fixed deployment script
1 parent 9f8db09 commit 5c07864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ az webapp create \
3030

3131
az webapp config connection-string set \
3232
-g $resourceGroup \
33-
-n $appName \
33+
-n $appName \
3434
--settings DefaultConnection=$DefaultConnection \
3535
--connection-string-type=SQLAzure

0 commit comments

Comments
 (0)