You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ex: - type=war: Deploy a WAR package. By default, the WAR package is deployed to /home/site/wwwroot/app.war. The target path can be specified with parameter target-path.
-- it's unlikely this is formatted correctly.
Allowed values: true/false
should be written as:
Allowed values: true/false
Example
- name: Deploy to Azure Web Appid: deploy-to-webappuses: azure/webapps-deploy@v3with:
app-name: ${{ env.AZURE_WEBAPP_NAME }}publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}package: '*.war'type: (jar, war, zip, static)clean: (true, false)target-path: (i.e. /home/site/wwwroot/test, /home/site/wwwroot/test.war)restart: (true, false)
This example kinda relates to the original point -- something like this should be present in the readme. Ideally with a sample of a v2 workflow and an equivalent v3 workflow.
The text was updated successfully, but these errors were encountered:
All examples in README.md on the v3 branch as of now:
webapps-deploy/README.md
Line 90 in 145a068
webapps-deploy/README.md
Line 122 in 145a068
webapps-deploy/README.md
Line 177 in 145a068
Some thoughts about the 3.0.0 release notes:
Features
-- it's unlikely this is formatted correctly.
should be written as:
Example
This example kinda relates to the original point -- something like this should be present in the readme. Ideally with a sample of a
v2
workflow and an equivalentv3
workflow.The text was updated successfully, but these errors were encountered: