chore: Fix db:prepare error in deployments (#1668)

Fixes #1667
This commit is contained in:
Sojan Jose
2021-01-19 16:47:25 +05:30
committed by GitHub
parent 114f00b88a
commit f36af7a7de
3 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
release: bundle exec rails db:prepare
release: bundle exec rails db:chatwoot_prepare
web: bin/rails server -p $PORT -e $RAILS_ENV
worker: bundle exec sidekiq -C config/sidekiq.yml