Fixed date on latest post, updated deploy script to pull master.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#!/bin/bash
|
||||
clear
|
||||
echo "Pulling latest from git repo."
|
||||
git checkout master
|
||||
git pull
|
||||
|
||||
echo "Running hugo and copying the public directory to the /srv/http directory."
|
||||
|
||||
cd /home/pi/quickstart
|
||||
@@ -7,4 +11,4 @@ hugo
|
||||
|
||||
cp -r /home/pi/quickstart/public/. /srv/http
|
||||
|
||||
echo "If there were no erros, I think we did it!"
|
||||
echo "If there were no errors, I think we did it!"
|
||||
|
||||
Reference in New Issue
Block a user