Last active
September 28, 2019 13:18
-
-
Save wagura-maurice/ba008054d0b51ed2c64bdc48808ff42e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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