Disable fixed archiving for now
This commit is contained in:
parent
056b0d7c96
commit
aaa7ba9d79
6
fabfile.py
vendored
6
fabfile.py
vendored
@ -11,7 +11,8 @@ def doesitsparkjoy(c):
|
|||||||
c.run('sudo supervisorctl restart apps:doesitsparkjoy')
|
c.run('sudo supervisorctl restart apps:doesitsparkjoy')
|
||||||
c.run('sudo systemctl restart nginx')
|
c.run('sudo systemctl restart nginx')
|
||||||
c.run('sh bin/clear-archives')
|
c.run('sh bin/clear-archives')
|
||||||
c.run('sh bin/copy-fixed-archive')
|
# TODO: enable when it works again
|
||||||
|
# c.run('sh bin/copy-fixed-archive')
|
||||||
print('Released <3')
|
print('Released <3')
|
||||||
|
|
||||||
@task
|
@task
|
||||||
@ -23,7 +24,8 @@ def voicegardens(c):
|
|||||||
c.run('sudo supervisorctl restart apps:voicegardens')
|
c.run('sudo supervisorctl restart apps:voicegardens')
|
||||||
c.run('sudo systemctl restart nginx')
|
c.run('sudo systemctl restart nginx')
|
||||||
c.run('sh bin/clear-archives')
|
c.run('sh bin/clear-archives')
|
||||||
c.run('sh bin/copy-fixed-archive')
|
# TODO: enable when it works again
|
||||||
|
# c.run('sh bin/copy-fixed-archive')
|
||||||
print('Released <3')
|
print('Released <3')
|
||||||
|
|
||||||
@task
|
@task
|
||||||
|
4
makefile
4
makefile
@ -26,4 +26,6 @@ cleanarchives:
|
|||||||
dailycron:
|
dailycron:
|
||||||
@fab -H $(REMOTE_HOST) dailycron
|
@fab -H $(REMOTE_HOST) dailycron
|
||||||
|
|
||||||
.PHONY: dev-serve prod-serve clear-local-archive doesitsparkjoy voicegardens cleanarchives dailycron
|
release: doesitsparkjoy voicegardens
|
||||||
|
|
||||||
|
.PHONY: dev-serve prod-serve clear-local-archive doesitsparkjoy voicegardens cleanarchives dailycron release
|
||||||
|
Loading…
Reference in New Issue
Block a user