Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Heroku - Git Push Deploy

Heroku - Git Push Deploy

Learn more about Heroku

Yucheng Wang

May 18, 2015
Tweet

More Decks by Yucheng Wang

Other Decks in Technology

Transcript

  1. heroku local git push slug compiler slug launch dyno dyno

    scale scale … stack stack Creative Commons – Attribution (CC BY 3.0) Box designed by Nono Martínez Alonso from the Noun Project compiled
  2. III. Config Store config in the environment An app’s config

    is everything that is likely to vary between deploys (staging, production, developer environments, etc). Don’t check in to the codebase
  3. X. Dev/prod parity Development = Staging = Production Time gap

    Personal gap Tool gap Design for continuous deployment
  4. Docker Heroku dockerfile buildpack image slug container dyno docker client

    heroku client docker registry add-on http://tuhrig.de/docker-vs-heroku/