From 5c12463bf7448b044cc0803c37a26ee432204651 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 13 Apr 2019 10:08:06 +0200 Subject: [PATCH] Use framagit to deploy --- remote/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/__main__.py b/remote/__main__.py index 140988c..d1d9d6a 100644 --- a/remote/__main__.py +++ b/remote/__main__.py @@ -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()