Updated deploy script to work from any location.
This commit is contained in:
@@ -137,7 +137,6 @@ commento = false
|
|||||||
|
|
||||||
[socialOptions] # if set, social icons will show up.
|
[socialOptions] # if set, social icons will show up.
|
||||||
email = "mailto:colindiem@protonmail.com"
|
email = "mailto:colindiem@protonmail.com"
|
||||||
# email = "mailto:your@email.com"
|
|
||||||
phone = ""
|
phone = ""
|
||||||
facebook = ""
|
facebook = ""
|
||||||
twitter = ""
|
twitter = ""
|
||||||
|
|||||||
@@ -10,6 +10,6 @@ echo "Running hugo and copying the public directory to the /srv/http directory."
|
|||||||
|
|
||||||
hugo
|
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!"
|
echo "If there were no errors, I think we did it!"
|
||||||
|
|||||||
Reference in New Issue
Block a user