Skip to content

Commit b042db8

Browse files
authored
Merge pull request github#28563 from github/repo-sync
repo sync
2 parents ac145e6 + 98f4063 commit b042db8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-docker-to-azure-app-service.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ jobs:
138138
- name: Deploy to Azure Web App
139139
id: deploy-to-webapp
140140
uses: azure/webapps-deploy@0b651ed7546ecfc75024011f76944cb9b381ef1e
141-
with:
142-
app-name: {% raw %}${{ env.AZURE_WEBAPP_NAME }}{% endraw %}
143-
publish-profile: {% raw %}${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}{% endraw %}
144-
images: 'ghcr.io/{% raw %}${{ env.REPO }}{% endraw %}:{% raw %}${{ github.sha }}{% endraw %}'
141+
with:
142+
app-name: {% raw %}${{ env.AZURE_WEBAPP_NAME }}{% endraw %}
143+
publish-profile: {% raw %}${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}{% endraw %}
144+
images: 'ghcr.io/{% raw %}${{ env.REPO }}{% endraw %}:{% raw %}${{ github.sha }}{% endraw %}'
145145
```
146146

147147
## Additional resources

0 commit comments

Comments
 (0)