From c2773e0004ad7b058994a37d1630596b4b546323 Mon Sep 17 00:00:00 2001 From: Adrien POLY Date: Tue, 15 Aug 2023 00:41:51 +0200 Subject: [PATCH] enable YJIT --- config/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/deploy.yml b/config/deploy.yml index eec39c97..8d0396e2 100644 --- a/config/deploy.yml +++ b/config/deploy.yml @@ -20,6 +20,8 @@ registry: # Inject ENV variables into containers (secrets come from .env). env: + clear: + RUBY_YJIT_ENABLE: 1 secret: - RAILS_MASTER_KEY - APPSIGNAL_PUSH_API_KEY