deploy.sh @ f06f192321c9 lisp

Fix table styling
author Steve Losh <steve@stevelosh.com>
date Sun, 05 Jan 2020 19:09:14 -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'