git clone [email protected]:juliendargelos/project.git
cd projectruby -vThe ouput should start with something like ruby 2.5.1
If not, install the right ruby version using rbenv (it could take a while):
rbenv install 2.5.1bundle && yarnUsing Figaro:
See config/application.yml.sample and contact the developer: [email protected] (sensitive data).
rails db:create db:migrate db:seedUsing Heroku CLI:
heroku git:remote -a project
heroku git:remote --remote heroku-staging -a project-stagingrails sPush to Heroku staging remote:
git push heroku-stagingGo to the Heroku Dashboard and promote the app to production or use Heroku CLI:
heroku pipelines:promote -a project-stagingPush to Heroku production remote:
git push heroku