From a4b027acd0345db68eb20937e136f07cb1ca23cc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 14 Feb 2020 12:58:27 +0100 Subject: [PATCH] Enable copying --- fabfile.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fabfile.py b/fabfile.py index 0532e3e..d1f0014 100644 --- a/fabfile.py +++ b/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