deploy.sh @ c499267711c3 lisp

Tables of contents and RSS
author Steve Losh <steve@stevelosh.com>
date Wed, 08 Jan 2020 22:05:32 -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'