Deploy hubots from Gitea repos #320

Merged
greg merged 4 commits from chore/hubot_repos into master 2021-04-09 20:03:21 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 9939e4d993 - Show all commits

View File

@ -43,7 +43,7 @@ application app_path do
git do
user app_user
group app_group
repository "https://github.com/67P/botka.git"
repository "https://gitea.kosmos.org/kosmos/botka.git"
revision "master"
end

View File

@ -50,7 +50,7 @@ application hal8000_path do
git do
user "hubot"
group "hubot"
repository "https://github.com/67P/hal8000.git"
repository "https://gitea.kosmos.org/kosmos/hal8000.git"
revision "master"
end

View File

@ -56,7 +56,7 @@ application app_path do
git do
user app_user
group app_group
repository "https://github.com/67P/hal8000.git"
repository "https://gitea.kosmos.org/kosmos/hal8000.git"
revision "master"
end