From e002cb2d35dcd209fb462f4d8bed4b81cdcef9ec Mon Sep 17 00:00:00 2001 From: Skud Date: Thu, 2 Oct 2014 17:48:19 +1000 Subject: [PATCH] added deploy task to remove unused photos --- script/deploy-tasks.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/deploy-tasks.sh b/script/deploy-tasks.sh index ac4068b26..3c6dfb909 100755 --- a/script/deploy-tasks.sh +++ b/script/deploy-tasks.sh @@ -12,3 +12,6 @@ echo "2014-09-28 - upload tomatoes" rake growstuff:import_crops file=db/seeds/crops-11-tomatoes.csv + +echo "2014-10-02 - remove unused photos" +rake growstuff:oneoff:remove_unused_photos