mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +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"):
|
with sudo(user="copanier"):
|
||||||
put("remote/gunicorn.conf", "/srv/copanier/gunicorn.conf")
|
put("remote/gunicorn.conf", "/srv/copanier/gunicorn.conf")
|
||||||
pip("install gunicorn")
|
pip("install gunicorn")
|
||||||
base = "https://gitlab.com/ybon/copanier"
|
base = "https://framagit.org/ybon/copanier"
|
||||||
pip(f"install -U git+{base}")
|
pip(f"install -U git+{base}")
|
||||||
restart()
|
restart()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue