From e335aa5306ab3a3da3e5c07e48f977b876a44318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 23 Aug 2016 14:51:57 +0200 Subject: [PATCH] Delete cached front page from Redis when deploying --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index a81a795..b84db2c 100755 --- a/deploy.sh +++ b/deploy.sh @@ -44,6 +44,7 @@ ${SSH} -t docker exec ${DOCKER_NAME} /data/venv/bin/pip install -U -r ${REMOTE_R # RSync the world ./rsync_ui.sh +${SSH} docker exec redis redis-cli DEL pwview// # Notify Bugsnag of this new deploy. echo