1.0.2 • Published 5 years ago

docker-up v1.0.2

Weekly downloads
9
License
ISC
Repository
github
Last release
5 years ago

Docker-Up

Deploy your docker container to a heroku instance in one line.

Usage

docker-up

This will automatically run the following commands:

heroku create
heroku container:login
heroku container:push web -a APP_NAME
heroku container:release web -a APP_NAME

docker-up -u | --update

This will only run:

heroku container:login
heroku container:push web -a APP_NAME
heroku container:release web -a APP_NAME