An open API service indexing awesome lists of open source software.

https://github.com/ajsalemo/node-windows-frameworks-custom-deployment-scripts

Examples of Node frameworks using custom deployment scripts on Node.js App Service Windows
https://github.com/ajsalemo/node-windows-frameworks-custom-deployment-scripts

Last synced: 5 months ago
JSON representation

Examples of Node frameworks using custom deployment scripts on Node.js App Service Windows

Awesome Lists containing this project

README

          

# node-windows-spa-custom-deployment-scripts
Examples of quickstart SPA's using custom deployment scripts on Node.js App Service Windows

To initiate a custom deployment script, we need two files:
- a `.deployment` file which points to the actual deployment script we want to run
- a custom deployment script (in this case named `deploy.cmd`.

[KuduScript](https://www.npmjs.com/package/kuduscript) can be used to scaffold out a quick deployment script example (and can be changed as needed).