diff --git a/.woodpecker.yaml b/.woodpecker.yaml deleted file mode 100644 index 8713c6f6d4ae47efeebee70c705c0cd2c57d514b..0000000000000000000000000000000000000000 --- a/.woodpecker.yaml +++ /dev/null @@ -1,19 +0,0 @@ -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