feat: add simple deploy script

This commit is contained in:
CJ van den Berg 2025-05-27 18:40:08 +02:00
parent 22d097a606
commit 12eb97db46
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

6
deploy Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
set -e
set -x
zine release
rsync -avx --delete public/ flow-control.dev:/srv/flow-control.dev/html