forked from projectkudu/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Deployment hooks
davidebbo edited this page Jun 11, 2012
·
10 revisions
Preliminary notes in the deployment hook feature
- git push --> git database update
- Checkout
- NEW: pre-deployment hook
- xcopy to wwwroot (possibly subfolder per .deployment)
- NEW: post-deployment hook
- Run npm (maybe only if there is no post-deployment hook?)
- git push --> git database update
- Checkout
- NEW: pre-build hook (e.g. like NuGet package restore)
- locate csproj and run msbuild, producing artifacts in TEMP
- NEW: post-build (aka pre-deployment) hook
- xcopy artifacts to wwwroot
- NEW: post-deployment hook