Update deploy path

This commit is contained in:
Oliver Davies 2015-12-30 17:22:43 +00:00
parent adf5c0d253
commit 3b87527d90

View file

@ -3,7 +3,7 @@
ENV=prod ENV=prod
DEPLOY_USER=deployment DEPLOY_USER=deployment
DEPLOY_HOST=www.oliverdavies.uk 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 ./vendor/bin/sculpin generate --env=${ENV} --clean --no-interaction
if [ $? -ne 0 ]; then echo "Could not generate the site"; exit 1; fi if [ $? -ne 0 ]; then echo "Could not generate the site"; exit 1; fi