Following are the steps you should have to follow while creating a new app to deploy your codes to the heroku.rails new checkoncecd checkonce
git initgit add .git commit -m"init"heroku logingem install herokuheroku createheroku create checkonceheroku keys:add ~/.ssh/id_rsa.pub #if Permission denied (publickey)git push heroku master
No comments:
Post a Comment