Skip to content

Commit e5e3ce0

Browse files
committed
Set the RUN_FILE environment variable to the right place
1 parent aacd6a1 commit e5e3ce0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/deploy/production.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55

66
set :rvm_ruby_version, '3.3.4'
77
set :rvm_custom_path, '/home/rails/.rvm'
8+
9+
set :puma_service_unit_env_vars, %w[
10+
RUN_FILE=/home/rails/rails-master-hook/run-rails-master-hook
11+
]

0 commit comments

Comments
 (0)