mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
Use db:prepare instead of db:migrate (#924)
Use db:prepare instead of db:migrate Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
2
Procfile
2
Procfile
@@ -1,3 +1,3 @@
|
|||||||
release: bundle exec rake db:migrate
|
release: bundle exec rails db:prepare
|
||||||
web: bin/rails server -p $PORT -e $RAILS_ENV
|
web: bin/rails server -p $PORT -e $RAILS_ENV
|
||||||
worker: bundle exec sidekiq -C config/sidekiq.yml
|
worker: bundle exec sidekiq -C config/sidekiq.yml
|
||||||
|
|||||||
3
app.json
3
app.json
@@ -12,9 +12,6 @@
|
|||||||
"vue"
|
"vue"
|
||||||
],
|
],
|
||||||
"success_url": "/app/login",
|
"success_url": "/app/login",
|
||||||
"scripts": {
|
|
||||||
"postdeploy": "bundle exec rake db:schema:load && bundle exec rake db:seed"
|
|
||||||
},
|
|
||||||
"env": {
|
"env": {
|
||||||
"SECRET_TOKEN": {
|
"SECRET_TOKEN": {
|
||||||
"description": "A secret key for verifying the integrity of signed cookies.",
|
"description": "A secret key for verifying the integrity of signed cookies.",
|
||||||
|
|||||||
Reference in New Issue
Block a user