mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 11:32:38 +02:00
Use framagit to deploy
This commit is contained in:
parent
3d4aec6deb
commit
5c12463bf7
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ def deploy():
|
|||
with sudo(user="copanier"):
|
||||
put("remote/gunicorn.conf", "/srv/copanier/gunicorn.conf")
|
||||
pip("install gunicorn")
|
||||
base = "https://gitlab.com/ybon/copanier"
|
||||
base = "https://framagit.org/ybon/copanier"
|
||||
pip(f"install -U git+{base}")
|
||||
restart()
|
||||
|
||||
|
|
Loading…
Reference in a new issue