deploy.sh @ cc1550af2246 lisp

Final tweaks
author Steve Losh <steve@stevelosh.com>
date Thu, 09 Jan 2020 19:24:38 -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'