image: alpine/edge secrets: - 5752743f-34af-46a8-aad9-b5d31e305b3b packages: - rsync - git - hugo sources: - https://git.sr.ht/~armaan/armaanb.net triggers: - action: email condition: failure to: me@armaanb.net tasks: - get-emacs-config: | cd armaanb.net ./bin/emacs-get - build-http: | cd armaanb.net hugo --minify - deploy: | rsync -azre 'ssh -o StrictHostKeyChecking=no -p 23' armaanb.net/public/config.html web@armaanb.net:/var/www/armaanb.net-http/config.html