diff --git a/site-cookbooks/kosmos-mastodon/recipes/default.rb b/site-cookbooks/kosmos-mastodon/recipes/default.rb index 48d0665..5c82721 100644 --- a/site-cookbooks/kosmos-mastodon/recipes/default.rb +++ b/site-cookbooks/kosmos-mastodon/recipes/default.rb @@ -152,14 +152,14 @@ application mastodon_path do db_pass: postgresql_data_bag_item['mastodon_user_password'] end - execute do + execute "bundle install" do environment "HOME" => mastodon_path user mastodon_user cwd mastodon_path command "/opt/ruby_build/builds/#{ruby_version}/bin/bundle install --without development,test --deployment" end - execute do + execute "yarn install" do environment "HOME" => mastodon_path user mastodon_user cwd mastodon_path