This repository has been archived on 2023-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
|
#!/usr/bin/bash
|
|
|
|
hugo && rsync -avz -e 'ssh -p 1312' --delete public/ antifallobst@nerdcult.net:/var/www/nerdcult.net/home/
|