fetch all from lfs to push to github

This commit is contained in:
Cyryl Płotnicki 2022-12-03 17:30:27 +00:00
parent 2d6dd36944
commit c5e82aa687

View file

@ -6,5 +6,6 @@ pipeline:
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 lfs fetch --all
- nix --no-sandbox develop --eval-store ./nix-store -c git push github --all --force
secrets: [ github_token ]