Update deploy path
This commit is contained in:
parent
adf5c0d253
commit
3b87527d90
|
@ -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
|
||||||
|
|
Reference in a new issue