Skip to content

Commit 6d75702

Browse files
committed
clean deployments
1 parent 12f9e33 commit 6d75702

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

04_remotegit_cloud/github_workflow_simplified.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,5 @@ jobs:
8989
with:
9090
app-name: ${{ env.AZURE_WEBAPP_NAME }}
9191
publish-profile: <publishData><publishProfile profileName="${{secrets.AZURE_WEBAPP_NAME}} - Zip Deploy" publishMethod="ZipDeploy" publishUrl="${{ secrets.AZURE_WEBAPP_NAME }}.scm.azurewebsites.net:443" userName="${{ secrets.AZURE_WEBAPP_PUBLISH_USERNAME }}" userPWD="${{ secrets.AZURE_WEBAPP_PUBLISH_PASSWORD }}" destinationAppUrl="http://${{ secrets.AZURE_WEBAPP_NAME }}.azurewebsites.net" SQLServerDBConnectionString="" mySQLDBConnectionString="" hostingProviderForumLink="" controlPanelLink="https://portal.azure.com" webSystem="WebSites"><databases /></publishProfile></publishData>
92-
package: '${{ env.PUBLISH_DIRECTORY}}'
92+
package: '${{ env.PUBLISH_DIRECTORY}}'
93+
clean: true

0 commit comments

Comments
 (0)