No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
2 additions and
4 deletions
-
fabfile.py
|
|
@ -11,8 +11,7 @@ def doesitsparkjoy(c): |
|
|
|
c.run('sudo supervisorctl restart apps:doesitsparkjoy') |
|
|
|
c.run('sudo systemctl restart nginx') |
|
|
|
c.run('sh bin/clear-archives') |
|
|
|
# TODO: enable when it works again |
|
|
|
# c.run('sh bin/copy-fixed-archive') |
|
|
|
c.run('sh bin/copy-fixed-archive') |
|
|
|
print('Released <3') |
|
|
|
|
|
|
|
@task |
|
|
@ -24,8 +23,7 @@ def voicegardens(c): |
|
|
|
c.run('sudo supervisorctl restart apps:voicegardens') |
|
|
|
c.run('sudo systemctl restart nginx') |
|
|
|
c.run('sh bin/clear-archives') |
|
|
|
# TODO: enable when it works again |
|
|
|
# c.run('sh bin/copy-fixed-archive') |
|
|
|
c.run('sh bin/copy-fixed-archive') |
|
|
|
print('Released <3') |
|
|
|
|
|
|
|
@task |
|
|
|