From f082269e6695d52abaf974be6cbd13e89b1599fb Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 27 Jan 2019 12:46:21 +0800 Subject: [PATCH] Use Gitea repo, new branch, new Ruby --- site-cookbooks/kosmos-mastodon/recipes/default.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site-cookbooks/kosmos-mastodon/recipes/default.rb b/site-cookbooks/kosmos-mastodon/recipes/default.rb index 2e14300..760c78f 100644 --- a/site-cookbooks/kosmos-mastodon/recipes/default.rb +++ b/site-cookbooks/kosmos-mastodon/recipes/default.rb @@ -48,7 +48,7 @@ npm_package "yarn" do version "1.6.0" end -ruby_version = "2.5.3" +ruby_version = "2.6.0" application mastodon_path do owner "mastodon" @@ -64,8 +64,8 @@ application mastodon_path do git do user "mastodon" group "mastodon" - repository "https://github.com/67P/mastodon.git" - revision "kosmos" + repository "https://gitea.kosmos.org/kosmos/mastodon.git" + revision "production" end mastodon_credentials = Chef::EncryptedDataBagItem.load('credentials', 'mastodon') -- 2.25.1