deploy.sh @ 3a93ce0b1bd2 lisp

Remove all the old Hugo garbage
author Steve Losh <steve@stevelosh.com>
date Sun, 05 Jan 2020 18:57:13 -0500
parents 65c17aa7972b
children 780fc1cefb32
#!/usr/bin/env bash

set -euo pipefail

./build.sh
rsync -avz ./build/ sl:/var/www/stevelosh.com
heading smslant 'Deployed'