speedtech-website/deploy.sh

5 lines
130 B
Bash
Raw Permalink Normal View History

2024-10-04 11:58:15 +02:00
#!/bin/bash
rm -r public
hugo --minify -d public
rsync -avz --delete public/ speedtech.srv1:/web/ --exclude=stats --exclude=error