re-add github push
This commit is contained in:
parent
afc284850a
commit
84c32e5555
1 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,9 @@ pipeline:
|
|||
image: nixpkgs/nix-flakes:latest
|
||||
pull: true
|
||||
commands:
|
||||
- nix flake metadata
|
||||
- nix --no-sandbox develop -c statix check
|
||||
- nix develop --no-sandbox -c git lfs fetch --all
|
||||
- nix develop --no-sandbox -c git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
|
||||
- nix develop --no-sandbox -c git push github --all --force
|
||||
- export AWS_ACCESS_KEY_ID="nix-builder"
|
||||
- export AWS_SECRET_ACCESS_KEY="$MINIO_NIX_BUILDER_KEY"
|
||||
- nix copy --all --to 's3://nix-store?endpoint=objects.cyplo.dev&scheme=https®ion=cyplodev'
|
||||
|
|
Loading…
Reference in a new issue