update deploy.sh to use local hugo

This commit is contained in:
Ariejan de Vroom 2015-10-03 11:48:59 +02:00
parent 732c6e7e29
commit 628065f4c2

View File

@ -16,7 +16,7 @@ if [ -d ./public ] ; then
fi
echo "-- Generating website to ./${source}"
hugo
~/go/bin/hugo
echo "-- Uploading using rsync to ${target}"
rsync -aqz --delete-after --no-progress ${source} -e ssh ${target}