add repo url
Some checks failed
schema / schema (push) Has been cancelled
tests / tests (0, 5) (push) Has been cancelled
tests / tests (1, 5) (push) Has been cancelled
tests / tests (2, 5) (push) Has been cancelled
tests / tests (3, 5) (push) Has been cancelled
tests / tests (4, 5) (push) Has been cancelled
tests / coveralls (push) Has been cancelled

This commit is contained in:
2025-12-10 13:01:05 +03:00
parent 9bf5ff6546
commit 41c6d0e259

View File

@@ -22,7 +22,7 @@ set :application, deploysecret(:app_name, default: "consul")
set :deploy_to, deploysecret(:deploy_to)
set :ssh_options, port: deploysecret(:ssh_port)
set :repo_url, "https://github.com/consuldemocracy/consuldemocracy.git"
set :repo_url, "https://git.enreda.coop/consul/nairobi.git"
set :revision, `git rev-parse --short #{fetch(:branch)}`.strip