decentral1se
4 years ago
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with
1 additions and
1 deletions
-
fabfile.py
|
|
@ -8,7 +8,7 @@ def offline(c): |
|
|
|
"""Release offline.voicegardens.org.""" |
|
|
|
print("Releasing offline.voicegardens.org ...") |
|
|
|
with c.cd("/var/www/offline.voicegardens.org"): |
|
|
|
c.run("git pull origin main") |
|
|
|
c.run("git pull origin offline") |
|
|
|
c.run("sudo supervisorctl restart apps:offline") |
|
|
|
c.run("sudo systemctl restart nginx") |
|
|
|
print("Released <3") |
|
|
|