mirror of
https://github.com/we-promise/sure.git
synced 2026-05-30 07:49:01 +00:00
fix(preview): run preview container in development (#1821)
This commit is contained in:
@@ -65,7 +65,7 @@ export class RailsContainer extends Container {
|
||||
pingEndpoint = "container/up";
|
||||
entrypoint = ["/rails/bin/preview-entrypoint", "bundle", "exec", "puma", "-C", "config/puma.rb"];
|
||||
envVars = {
|
||||
RAILS_ENV: "production",
|
||||
RAILS_ENV: "development",
|
||||
RAILS_LOG_TO_STDOUT: "true",
|
||||
RAILS_SERVE_STATIC_FILES: "true",
|
||||
SECRET_KEY_BASE: "preview-secret-key-base-for-pr-${PR_NUMBER}",
|
||||
|
||||
Reference in New Issue
Block a user