Skip to content

Commit 86b69d5

Browse files
authored
Update deploy workflow (#2)
1 parent 226080f commit 86b69d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-azure.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
with:
4545
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
4646
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
47-
publish-profile: |
48-
${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
47+
publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
4948
scm-do-build-during-deployment: true
5049
enable-oryx-build: true

0 commit comments

Comments
 (0)