git en papandr.eu

This commit is contained in:
flow 2023-03-28 11:45:37 +02:00
parent c00b9ca28d
commit 760e42474c
383 changed files with 11164 additions and 925 deletions

8
deploy Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
USER=adolflow
HOST=butarque.egelesta.net
DIR=/var/www/masterperiodismodatos.com/
hugo && rsync -e 'ssh -p 22021' -avzO --delete public/ ${USER}@${HOST}:${DIR}
exit 0