deploy.sh @ 3bd8a34568c3

Fix
author Steve Losh <steve@stevelosh.com>
date Fri, 07 Jun 2024 09:49:58 -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!'