mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:21:41 +00:00
inicializar la base de datos idempotentemente
This commit is contained in:
parent
1782486cdd
commit
c5929c325d
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -1,3 +1,3 @@
|
||||||
migrate: bundle exec rake db:setup db:migrate db:seed
|
migrate: if test -f data/production.sqlite3; then bundle exec rake db:migrate db:seed ; else bundle exec rake db:setup ; fi
|
||||||
sutty: bundle exec puma -d config.ru
|
sutty: bundle exec puma -d config.ru
|
||||||
sidekiq: bundle exec sidekiq -t 1
|
sidekiq: bundle exec sidekiq -t 1
|
||||||
|
|
Loading…
Reference in a new issue