Travis CI can automatically deploy your Heroku application after a successful build.
To use the default configuration, add your encrypted Heroku api key to your
.travis.yml
:deploy: provider: heroku api_key: secure: "YOUR ENCRYPTED API KEY"
Travis CI can automatically deploy your Heroku application after a successful build.
To use the default configuration, add your encrypted Heroku api key to your
.travis.yml
:deploy: provider: heroku api_key: secure: "YOUR ENCRYPTED API KEY"