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
- Host: GitHub
- URL: https://github.com/ajsalemo/node-windows-frameworks-custom-deployment-scripts
- Owner: Ajsalemo
- Created: 2022-11-03T22:59:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T20:30:06.000Z (over 3 years ago)
- Last Synced: 2025-08-02T12:38:21.116Z (11 months ago)
- Language: HTML
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).