install.fairie/.config/taskfiles/git/Taskfile-gitomatic.yml

14 lines
350 B
YAML
Raw Normal View History

2022-12-24 12:04:59 -08:00
---
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" ./