File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1111 workflow_dispatch :
1212
1313env :
14- AZURE_WEBAPP_NAME : ' your -app-name ' # Replace with your App Service name
14+ AZURE_WEBAPP_NAME : ' tps -app-scripting-editor '
1515 REGISTRY : ghcr.io
1616 IMAGE_NAME : ${{ github.repository }}/app-scripting-editor
1717
@@ -28,10 +28,14 @@ jobs:
2828 - name : Lowercase repository name
2929 run : echo "IMAGE_NAME_LOWER=$(echo ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
3030
31+ - name : Login to Azure
32+ uses : azure/login@v1
33+ with :
34+ creds : ${{ secrets.AZURE_CREDENTIALS }}
35+
3136 - name : Deploy to Azure Web App
3237 id : deploy-to-webapp
3338 uses : azure/webapps-deploy@v2
3439 with :
3540 app-name : ${{ env.AZURE_WEBAPP_NAME }}
36- publish-profile : ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
3741 images : ' ${{ env.IMAGE_NAME_LOWER }}:latest'
You can’t perform that action at this time.
0 commit comments