diff --git a/config/deploy.rb b/config/deploy.rb index 947319a..57022f6 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -48,6 +48,7 @@ on roles(:app) do execute "ln -sf #{shared_path}/.env-api #{release_path}/api/.env" execute "ln -sf #{shared_path}/.env-frontend #{release_path}/frontend/.env" + execute "ln -sf #{shared_path}/.env-frontend #{release_path}/frontend/.env.production" end end