pipeline: push_to_github: image: nixpkgs/nix-flakes:latest pull: true commands: - nix develop --no-sandbox -c git lfs fetch --all - nix develop --no-sandbox -c git fetch --unshallow origin - 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' secrets: [ github_token , minio_nix_builder_key ]