deploy.sh @ 1aa828894145

New entry, plus some other stuff
author Steve Losh <steve@stevelosh.com>
date Thu, 25 Aug 2022 23:05:04 -0400
parents 780fc1cefb32
children (none)
#!/usr/bin/env bash

set -euo pipefail

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