Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.04 KB

Kudu Deployment Scripts

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.

Usage

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.

Application Deployment Scripts

Runtime Deployment Scripts

Contributions

Contributions are welcome. Please add one script per pull request. Scripts should be added to the scripts folder and added to the list above.