Deploy hubots from Gitea repos
The repos have been moved over from GitHub.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user