Files
whenwe2/bin/deploy
Nick Stokoe a37b8e68d3 package.json - add build and deploy scripts
bin/deploy wraps the rsync command.
2023-05-09 15:42:59 +01:00

9 lines
99 B
Bash
Executable File

#!/bin/bash
set -vx
rsync -avzc \
--delete \
-C \
_site/ \
-- \
"$1"