From bb1e4faf894b1da14eee79ee41183a16fb1df922 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Mon, 5 Jul 2021 15:28:06 -0500 Subject: new footer --- publicize.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'publicize.sh') diff --git a/publicize.sh b/publicize.sh index 11d8d7d..4ae264e 100755 --- a/publicize.sh +++ b/publicize.sh @@ -1,3 +1,6 @@ +#!/bin/bash +cd "$(dirname "$0")" +git pull python3 build.py -scp -r ./public/* root@blaise.zone:/var/www/blog.blaise.zone/html/ +cp -r ./public/* /var/www/blog.blaise.zone/html/ -- cgit v1.2.3