Enable copying
This commit is contained in:
parent
405c89f351
commit
a4b027acd0
6
fabfile.py
vendored
6
fabfile.py
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user