https://github.com/hanford/add-deploy
generate circleci deployment scripts for now and heroku hosted node apps
https://github.com/hanford/add-deploy
cli continuous-integration deploy heroku nowsh
Last synced: 5 months ago
JSON representation
generate circleci deployment scripts for now and heroku hosted node apps
- Host: GitHub
- URL: https://github.com/hanford/add-deploy
- Owner: hanford
- Created: 2018-02-11T01:47:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T20:43:32.000Z (almost 8 years ago)
- Last Synced: 2025-07-05T12:46:59.510Z (6 months ago)
- Topics: cli, continuous-integration, deploy, heroku, nowsh
- Language: JavaScript
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# add-deploy
Generate the deploy script / circle.yml boilerplate for node apps with an optional heroku failover
## Install
```sh
$ npm install -g add-deploy
```
## Usage
```sh
# 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 --heroku
```
## License
MIT © [Jack Hanford](http://jackhanford.com)