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

@@ -12,9 +12,6 @@
"vue"
],
"success_url": "/",
"scripts": {
"postdeploy": "bundle exec rake db:seed"
},
"env": {
"SECRET_TOKEN": {
"description": "A secret key for verifying the integrity of signed cookies.",