sutty/Procfile

3 lines
161 B
Plaintext
Raw Normal View History

migrate: if test -f data/production.sqlite3; then bundle exec rake db:migrate db:seed ; else bundle exec rake db:setup ; fi
2019-07-26 23:57:11 +00:00
sutty: bundle exec puma -d config.ru