From f0a7402dc1ebd87e48023da374e0790578560554 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 20 Dec 2015 23:52:16 +0000 Subject: [PATCH] Updated publish.sh --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 2ce9c714..c3981cce 100755 --- a/publish.sh +++ b/publish.sh @@ -1,6 +1,6 @@ #!/bin/bash -./vendor/bin/sculpin generate --env=prod --clean --no-interaction +./vendor/bin/sculpin generate --env=prod 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