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