Built a crude deploy script, using rsync

This commit is contained in:
Thomas Oltmann 2025-10-09 16:01:52 +02:00
parent ac812207a0
commit e03bcca9d1

2
deploy-to-server.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
./build.sh && rsync -rpog --chown=:www-data --chmod=D750,F640 www karlos@karlsruhe-os.de:/srv