deploy.sh @ b98008bc3c58 lisp

Minor style tweaks
author Steve Losh <steve@stevelosh.com>
date Wed, 08 Jan 2020 22:27:57 -0800
parents 65c17aa7972b
children 780fc1cefb32
#!/usr/bin/env bash

set -euo pipefail

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