Commit c1509167715914b955725e5e4749c1551a76c181
1 parent
edbcef01
Exists in
wikilibras
Update Procfile example
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
config/examples/Procfile.deployment
1 | -web: /home/deploy/.rvm/wrappers/vlibras-web2/bundle exec thin start -C /srv/vlibras-web2/shared/thin.yml -p $PORT | |
2 | -worker: /home/deploy/.rvm/wrappers/vlibras-web2/bundle exec rake jobs:work RAILS_ENV=production | |
1 | +web: /home/deployer/.rvm/wrappers/vlibras-web2/bundle exec thin start -C /srv/vlibras-web2/shared/thin.yml -p $PORT | |
2 | +worker: /home/deployer/.rvm/wrappers/vlibras-web2/bundle exec rake jobs:work RAILS_ENV=production | ... | ... |