Use framagit to deploy

This commit is contained in:
Yohan Boniface 2019-04-13 10:08:06 +02:00
parent 3d4aec6deb
commit 5c12463bf7

View file

@ -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()