pipeline: push_to_github: image: nixpkgs/nix-flakes:latest pull: true commands: - nix develop -c git lfs fetch --all - git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git - nix develop -c git push github --all --force - export AWS_ACCESS_KEY_ID="nix-builder" - export AWS_ACCESS_KEY_ID="nix-builder" - export AWS_SECRET_ACCESS_KEY="$MINIO_NIX_BUILDER_KEY" - nix copy --all --to 's3://nix-store?endpoint=bolty:10000&schema=http' secrets: [ github_token minio-nix-builder-key ] volumes: - /var/lib/woodpecker/nix-store:/var/build-nix-store