Skip to content

Commit

Permalink
Sharing node_modules directory between deploys to make yarn install f…
Browse files Browse the repository at this point in the history
…aster (#1590)
  • Loading branch information
carolyncole authored Nov 1, 2023
1 parent 02022a6 commit 3602218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set :application, "pdc_describe"
set :repo_url, "https://github.com/pulibrary/pdc_describe.git"

set :linked_dirs, %w[log public/system public/assets]
set :linked_dirs, %w[log public/system public/assets node_modules]

# Default branch is :main
set :branch, ENV["BRANCH"] || "main"
Expand Down

0 comments on commit 3602218

Please sign in to comment.