Website/deploy

8 lines
92 B
Plaintext
Executable File

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