Package Exports
- add-deploy
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (add-deploy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
add-deploy
Generate the deploy / ci boilerplate for node apps
Install
$ npm install -g add-deployUsage
# Generate circle.yml and deploy.sh files
$ add-deploy
# deploy.sh script to deploy to `now.sh`
$ add-deploy --now
# deploy.sh script to deploy to `now.sh` and heroku
$ add-deploy --now --herokuLicense
MIT © Jack Hanford