dotfiles/.build.yml
2020-10-24 11:13:03 +01:00

15 lines
349 B
YAML

image: nixos/latest
sources:
- https://git.sr.ht/~cyplo/dotfiles
secrets:
- b7161fff-05f4-4470-b4a1-57bd67dede23
tasks:
- github_push: |
set +xv
cd dotfiles
GITHUB_TOKEN=`cat ~/.github_token`
git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
git push github master