From e558b31e9cb569b403bf1927b0c852a05cfb9541 Mon Sep 17 00:00:00 2001 From: Aaron Manaloto Date: Thu, 27 Apr 2023 16:38:31 +0800 Subject: [PATCH] Add HEROKU_DEBUG_RAILS_RUNNER --- .do/deploy.template.yaml | 2 ++ Gemfile | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index cc30cf531..5eb35b462 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -9,6 +9,8 @@ spec: - key: RAILS_SERVE_STATIC_FILES value: enabled scope: RUN_TIME + - key: HEROKU_DEBUG_RAILS_RUNNER + value: 1 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