2020-10-24 10:35:35 +01:00
|
|
|
image: nixos/latest
|
|
|
|
sources:
|
2021-04-22 20:27:13 +01:00
|
|
|
- https://git.sr.ht/~cyplo/dotfiles
|
2020-10-24 10:35:35 +01:00
|
|
|
|
2020-10-24 10:50:40 +01:00
|
|
|
secrets:
|
2021-04-22 20:27:13 +01:00
|
|
|
- 6c23a8c1-7a30-4a7e-b3b7-0171e898a7d3
|
2020-10-24 10:50:40 +01:00
|
|
|
|
2020-10-24 10:35:35 +01:00
|
|
|
tasks:
|
2021-04-22 20:27:13 +01:00
|
|
|
- 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
|