fetch all from lfs to push to github
This commit is contained in:
parent
2d6dd36944
commit
c5e82aa687
1 changed files with 1 additions and 0 deletions
|
@ -6,5 +6,6 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- nix --no-sandbox develop --eval-store ./nix-store -c git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
|
- nix --no-sandbox develop --eval-store ./nix-store -c git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
|
||||||
|
|
||||||
|
- nix --no-sandbox develop --eval-store ./nix-store -c git lfs fetch --all
|
||||||
- nix --no-sandbox develop --eval-store ./nix-store -c git push github --all --force
|
- nix --no-sandbox develop --eval-store ./nix-store -c git push github --all --force
|
||||||
secrets: [ github_token ]
|
secrets: [ github_token ]
|
||||||
|
|
Loading…
Reference in a new issue