From 3b87527d90a0145a4b4c15aec49e34ecbf3da3c5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 30 Dec 2015 17:22:43 +0000 Subject: [PATCH] Update deploy path --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 8c5632dd..3d83db17 100755 --- a/publish.sh +++ b/publish.sh @@ -3,7 +3,7 @@ ENV=prod DEPLOY_USER=deployment DEPLOY_HOST=www.oliverdavies.uk -DEPLOY_PATH=/var/www/oliverdavies/site +DEPLOY_PATH=/var/www/oliverdavies/public ./vendor/bin/sculpin generate --env=${ENV} --clean --no-interaction if [ $? -ne 0 ]; then echo "Could not generate the site"; exit 1; fi