From 022aad2d93c69fad0c1c52b532565862d41da9b1 Mon Sep 17 00:00:00 2001 From: Aaron Manaloto Date: Thu, 27 Apr 2023 16:52:12 +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..2b4f6f421 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