A library of deployment scripts for project Kudu / Azure web apps. You can read more about Kudu on their wiki, and more on customizing your deployments here.
Create a .deployment
file in the root of your project with the following content:
[config]
command = deploy.cmd
Alternatively, download the sample from this repro.
Next, download the deployment script for your runtime or application from the list below, save it to the root of your project and rename it to deploy.cmd
.
Contributions are welcome. Please add one script per pull request. Scripts should be added to the scripts
folder and added to the list above.