fix: update project source links, kallithea -> forgejo
This commit is contained in:
parent
b119a8eee5
commit
e8e97e83c3
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ def deploy_backup_app(deploy, envname, mkvirtualenv=True, user='rattail',
|
|||
|
||||
# rattail
|
||||
if not exists('src/rattail'):
|
||||
sudo('git clone https://rattailproject.org/git/rattail.git src/rattail', user=user)
|
||||
sudo('git clone https://forgejo.wuttaproject.org/rattail/rattail.git', user=user)
|
||||
with cd('src/rattail'):
|
||||
sudo('git pull', user=user)
|
||||
deploy_generic('backup/git-exclude', '.git/info/exclude', owner=user)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue