Enable GitHub developers to deploy to Azure WebApps using GitHub Actions
Перейти к файлу
Sumiran Aggarwal d48f39a1b7
Merge pull request #7 from Azure/usha
Adding deprecationMessage into Action.yml
2019-11-04 10:52:03 +05:30
webapp Update action.yml 2019-11-01 16:41:22 +05:30
webapp-container Update action.yml 2019-11-04 09:38:50 +05:30
.gitignore Initial commit 2019-09-14 16:34:22 +05:30
CODE_OF_CONDUCT.md Initial commit 2019-09-14 16:34:22 +05:30
LICENSE Initial commit 2019-09-14 16:34:22 +05:30
README.md Update README.md 2019-11-01 15:16:47 +05:30

README.md

IMPORTANT NOTICE:

Actions hosted in this repo are now moved to new GitHub repositories. Please update your existing workflows with the new actions as these old actions will be ARCHIVED and will not receive any updates. Refer to https://github.com/Azure/actions for updated action repo details.
For example, the action azure/appservice-actions/webapp@master should be replaced with azure/webapps-deploy@v1 in your workflows.

Old Action New Action
Azure WebApp (Windows / Linux WebApps) azure/appservice-actions/webapp@master azure/webapps-deploy@v1
Azure Web app for containers (Single / multi-container apps) azure/appservice-actions/webapp-container@master azure/webapps-container-deploy@v1

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.