Skip to content

Instantly share code, notes, and snippets.

@wagura-maurice
Last active September 28, 2019 13:18
Show Gist options
  • Save wagura-maurice/ba008054d0b51ed2c64bdc48808ff42e to your computer and use it in GitHub Desktop.
Save wagura-maurice/ba008054d0b51ed2c64bdc48808ff42e to your computer and use it in GitHub Desktop.
heroku login
heroku git:clone -a egranary
cd egranary
git remote add egranary [email protected]:alkarimlalani/egranary.git
git fetch egranary master
git reset --hard egranary/master
git push heroku master --force
heroku run rake db:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment