https://git.jolheiser.com/ugit.git
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
clone: git: image: woodpeckerci/plugin-git settings: partial: false steps: - name: nix-build image: bash commands: - nix build - name: cachix-push image: bash commands: - cachix push jolheiser result/ environment: CACHIX_AUTH_TOKEN: from_secret: cachix_auth_token