diff --git a/deploy/setup.yml b/deploy/setup.yml index 20d8a7c8..244f55b9 100644 --- a/deploy/setup.yml +++ b/deploy/setup.yml @@ -252,7 +252,8 @@ WorkingDirectory=/srv/impress/current ExecStart=/opt/ruby-3.1.4/bin/bundle exec puma --port=3000 Environment="RAILS_ENV=production" - Environment="EXECJS_RUNTIME=Disabled" ; to save us from installing Node + ; Set EXECJS_RUNTIME to save us from needing to install Node + Environment="EXECJS_RUNTIME=Disabled" EnvironmentFile=/srv/impress/shared/production.env ; Some security directives, adapted from Akkoma's service file, they seem like sensible defaults!