Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T20:43:32.000Z (almost 7 years ago)
- Last Synced: 2024-11-22T23:15:40.411Z (2 months ago)
- Topics: cli, continuous-integration, deploy, heroku, nowsh
- Language: JavaScript
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- 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)