Updated deploy script to work from any location.

This commit is contained in:
Colin Diem
2020-10-04 00:27:39 -04:00
parent 79d90841af
commit 7c543e9a5e
2 changed files with 1 additions and 2 deletions

View File

@@ -10,6 +10,6 @@ echo "Running hugo and copying the public directory to the /srv/http directory."
hugo
cp -r /home/pi/quickstart/public/. /srv/http
cp -r /home/pi/quickstart/public/. /srv/http/blog
echo "If there were no errors, I think we did it!"