5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-18 15:40:48 +00:00
panel/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