dotfiles/.woodpecker/sync.yml

10 lines
251 B
YAML

pipeline:
push_to_github:
image: nixpkgs/nix-flakes:latest
pull: true
commands:
- git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
- git push github --all --force
secrets: [ github_token ]