From da15fa2247be02d7ab52699acffe31b6c461e24e Mon Sep 17 00:00:00 2001 From: Aaron Manaloto Date: Thu, 4 Apr 2024 17:41:44 +0800 Subject: [PATCH] Set dev environment --- .do/deploy.template.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index 2b4f6f421..70f82ef41 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -4,8 +4,7 @@ spec: - environment_slug: ruby-on-rails envs: - key: RAILS_ENV - value: production - scope: RUN_TIME + value: development - key: RAILS_SERVE_STATIC_FILES value: enabled scope: RUN_TIME