diff --git a/abra.sh b/abra.sh index 6aa2c43..a997269 100644 --- a/abra.sh +++ b/abra.sh @@ -21,7 +21,7 @@ setup() { export SECRET_KEY_BASE=$(cat /run/secrets/secret_key_base) export DB_PASS=$(cat /run/secrets/db_password) - bundle exec rake db:setup + RAILS_ENV=production bundle exec rake db:setup } secrets() {