Snippet para deployar en heroku

Ayuda memoria para configurar y deployar un sitio en heroku

$ instalar heroku toolbelt https://toolbelt.heroku.com/

$ heroku login
$ heroku keys:add /var/root/.ssh/id_rsa.pub
$ git remote -v // para ver si tenemos el repo remoto «heroku»
$ git remote add heroku git@heroku.com:afternoon-earth-5555.git // agrega el repo remoto heroku
$ git push heroku website:master // sube todo y a festejar

Links útiles:

https://devcenter.heroku.com/articles/git

Deja una respuesta