Deployment - librarieswithoutborders/aprendi-server GitHub Wiki

Setup Heroku

  • Install Heroku Toolbelt
  • Login with heroku login
  • Set up remote branch for staging and call it "staging" git remote add staging https://git.heroku.com/aprendiserver-staging.git
  • Set up remote branch for production and call it "production" git remote add production https://git.heroku.com/aprendiserver.git

Push to Staging

  • Get latest changes git pull origin master
  • Push up to staging git push staging master

Heroku Dashboard: https://dashboard.heroku.com/apps/aprendiserver-staging

Push to Production

  • Get latest changes git pull origin master
  • Push up to staging git push production master

Heroku Dashboard: https://dashboard.heroku.com/apps/aprendiserver