Use the latest version of Sculpin

This commit is contained in:
Oliver Davies 2015-12-21 01:17:34 +00:00
parent f0a7402dc1
commit 4e87a39145
4 changed files with 38 additions and 37 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
./vendor/bin/sculpin generate --env=prod
./vendor/bin/sculpin generate --env=prod --clean --no-interaction
if [ $? -ne 0 ]; then echo "Could not generate the site"; exit 1; fi
rsync -av --delete output_prod/ deployment@www.oliverdavies.uk:/var/www/vhosts/oliverdavies/public