From c9a7310dc08c6c52c473d770a28ee7564dfffc76 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 19 Feb 2020 23:05:03 +0100 Subject: [PATCH] Remove clearing out --- fabfile.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fabfile.py b/fabfile.py index a6ba81c..ee1e4e6 100644 --- a/fabfile.py +++ b/fabfile.py @@ -10,8 +10,6 @@ def doesitsparkjoy(c): c.run('git pull origin master') c.run('sudo supervisorctl restart apps:doesitsparkjoy') c.run('sudo systemctl restart nginx') - c.run('sh bin/clear-archives') - c.run('sh bin/copy-fixed-archive') print('Released <3') @task @@ -22,8 +20,6 @@ def voicegardens(c): c.run('git pull origin master') c.run('sudo supervisorctl restart apps:voicegardens') c.run('sudo systemctl restart nginx') - c.run('sh bin/clear-archives') - c.run('sh bin/copy-fixed-archive') print('Released <3') @task