Skip to content

Commit

Permalink
Merge pull request #60 from HE-Arc/dev
Browse files Browse the repository at this point in the history
Update deploy.rb
  • Loading branch information
JoFlucki authored May 2, 2024
2 parents 83ae703 + 9862982 commit 732f7fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 732f7fa

Please sign in to comment.