install.fairie/.config/taskfiles/git/Taskfile-gitomatic.yml
Brian Zalewski f42899b107 Latest
2022-12-24 15:04:59 -05:00

13 lines
350 B
YAML

---
version: '3'
tasks:
key:generate:
cmds:
- ssh-keygen -t ecdsa -b 521 -C "$GITLAB_EMAIL" -f ~/.ssh/id_ecdsa_gitomatic -P ""
sync:
deps:
- :install:go:gitomatic
cmds:
- gitomatic -privkey ~/.ssh/id_ecdsa_gitomatic -interval 14m -pull=true -push=true -author "gitomatic sync" -email "gitomatic@megabyte.space" ./