Add correct shell implementation
Jes Olson j3s@c3f.net
Thu, 07 Apr 2022 19:28:24 -0400
1 files changed,
3 insertions(+),
1 deletions(-)
M
thought/my-website-is-one-binary.html
→
thought/my-website-is-one-binary.html
@@ -198,7 +198,9 @@ #
# deploy my website cd /home/j3s/code/j3s.sh - if git fetch origin; then + git fetch origin + if git status | grep -q behind; then + git merge origin/main go build mv j3s.sh /usr/local/bin/j3s.sh service j3s.sh restart