Website/deploy

8 lines
89 B
Plaintext

#bin/bash
hugo --gc
rclone sync --transfers 2 --checkers 2 ./public/ obelisco:
exit 0