-
Notifications
You must be signed in to change notification settings - Fork 2
Deployment
Kirk Jackson edited this page Apr 26, 2018
·
2 revisions
- 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/aprendi-staging.git - Set up remote branch for production and call it "production"
git remote add production https://git.heroku.com/aprendi.git
- Get latest changes
git pull origin master - Push up to staging
git push staging master
Heroku Dashboard: https://dashboard.heroku.com/apps/aprendi-staging
- Get latest changes
git pull origin master - Push up to staging
git push production master
Heroku Dashboard: https://dashboard.heroku.com/apps/aprendi