Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)