From cc6dc843c043ae4d01c02ac2ea99dbf2500a0444 Mon Sep 17 00:00:00 2001 From: Aaron Manaloto Date: Thu, 27 Apr 2023 16:45:52 +0800 Subject: [PATCH] Add HEROKU_DEBUG_RAILS_RUNNER --- .do/deploy.template.yaml | 3 +++ Gemfile | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index cc30cf531..e5cd64a02 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -9,6 +9,9 @@ spec: - key: RAILS_SERVE_STATIC_FILES value: enabled scope: RUN_TIME + - key: HEROKU_DEBUG_RAILS_RUNNER + value: 1 + scope: BUILD_TIME git: branch: fix-heroku-1-click repo_clone_url: https://github.com/dradis/dradis-ce.git diff --git a/Gemfile b/Gemfile index 5e9a5e2e1..952fd3f47 100644 --- a/Gemfile +++ b/Gemfile @@ -136,7 +136,6 @@ gem 'net-imap' gem 'matrix' - gem 'puma', '~> 5.0' # ------------------------------------------------------------------ Deployment