Deploy hubots from Gitea repos

The repos have been moved over from GitHub.
This commit is contained in:
Basti 2021-04-09 11:35:49 +02:00
parent 18e45cdaab
commit 9939e4d993
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
3 changed files with 3 additions and 3 deletions

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