dotfiles/.build.yml

15 lines
349 B
YAML
Raw Normal View History

2020-10-24 10:35:35 +01:00
image: nixos/latest
sources:
- https://git.sr.ht/~cyplo/dotfiles
2020-10-24 10:50:40 +01:00
secrets:
2020-10-24 11:13:03 +01:00
- b7161fff-05f4-4470-b4a1-57bd67dede23
2020-10-24 10:50:40 +01:00
2020-10-24 10:35:35 +01:00
tasks:
2020-10-24 10:53:32 +01:00
- github_push: |
set +xv
2020-10-24 10:50:40 +01:00
cd dotfiles
2020-10-24 11:08:26 +01:00
GITHUB_TOKEN=`cat ~/.github_token`
git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
2020-10-24 11:10:28 +01:00
git push github master