Skip to content

Commit

Permalink
Includes NVM and Yarn in deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scherz committed Nov 22, 2024
1 parent 680e596 commit 2c442bf
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 @@ -27,6 +27,7 @@
on roles(:all) do
execute 'gem install --user-install bundler'
execute "bundle config path 'vendor/bundle' --local"
execute 'yarn install'
execute "mkdir -p #{fetch(:deploy_to)}/static"
execute "cp #{fetch(:deploy_to)}/static/.env.production #{fetch(:release_path)}/ || true"
end
Expand Down

0 comments on commit 2c442bf

Please sign in to comment.