diff --git a/nodes/mastodon-3.json b/nodes/mastodon-3.json index 18e8250..eef0506 100644 --- a/nodes/mastodon-3.json +++ b/nodes/mastodon-3.json @@ -61,6 +61,7 @@ "nodejs::install", "backup::default", "logrotate::default", + "poise-git::default", "git::default", "git::package" ], diff --git a/site-cookbooks/kosmos-mastodon/recipes/default.rb b/site-cookbooks/kosmos-mastodon/recipes/default.rb index 3798384..2b47544 100644 --- a/site-cookbooks/kosmos-mastodon/recipes/default.rb +++ b/site-cookbooks/kosmos-mastodon/recipes/default.rb @@ -70,7 +70,7 @@ npm_package "yarn" do version "1.22.4" end -ruby_version = "3.0.3" +ruby_version = "3.0.4" execute "systemctl daemon-reload" do command "systemctl daemon-reload" @@ -192,7 +192,6 @@ application mastodon_path do end execute 'rake db:migrate' do - # environment "RAILS_ENV" => "production", "HOME" => mastodon_path#, "SKIP_POST_DEPLOYMENT_MIGRATIONS" => "true" environment "RAILS_ENV" => "production", "HOME" => mastodon_path, "SKIP_POST_DEPLOYMENT_MIGRATIONS" => "true" user mastodon_user group mastodon_user