Skip to content

feat(travis-ci): deploy to heroku from travis-ci #523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

feat(travis-ci): deploy to heroku from travis-ci #523

wants to merge 2 commits into from

Conversation

caseyg1204
Copy link

Added commands to .travis.yml:

  • set up local git environment
  • install and setup heroku cli
  • build app
  • deploy app

Added commands to .travis.yml:
- set up local git environment
- install and setup heroku cli
- build app
- deploy app
@caseyg1204
Copy link
Author

Not sure if you are interested in this or not. I had trouble finding information on how to deploy from travis or other ci tools.

These commands require a HEROKU_API_KEY environment variable on travis.

Thanks for putting together such an awesome tool.

@DaftMonk
Copy link
Member

Very cool, and I can definitely see using this in my projects. Unfortunately I don't think this is something that the generator should scaffold, because it's too specific to one deployment strategy.

@DaftMonk DaftMonk closed this Sep 15, 2014
@kingcody
Copy link
Member

Would the README.md be a suitable place for the addition?

@DaftMonk
Copy link
Member

@kingcody Not directly, but we could add a docs folder and have the readme link to an .md file in there.

@kingcody
Copy link
Member

@DaftMonk, I really like that idea. Could come in handy for a docs section on something like #460.

@caseyg1204
Copy link
Author

I plan on documenting cd for azure and open shift in the next couple of weeks. Do you want me to pass those along?

@remicastaing
Copy link
Contributor

I also worked something out for codeship + openshift. Any interest?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants