image: alpine/edge secrets: - 5752743f-34af-46a8-aad9-b5d31e305b3b packages: - rsync - git - hugo - pandoc - texlive - texlive-xetex sources: - https://git.sr.ht/~armaan/armaanb.net triggers: - action: email condition: failure to: me@armaanb.net tasks: - build: | cd armaanb.net make emacs - deploy: | cd armaanb.net make deploy-emacs