diff --git a/.woodpecker.yaml b/.woodpecker.yaml deleted file mode 100644 index ab9a62f6cf26860ab8e16ab3d16aae82a7fb6f20..0000000000000000000000000000000000000000 --- a/.woodpecker.yaml +++ /dev/null @@ -1,13 +0,0 @@ -steps: - - name: nix-build - image: nixos/nix:latest - commands: - - nix build - - - name: cachix-push - image: nixpkgs/cachix:latest - commands: - - cachix push jolheiser result/ - environment: - CACHIX_AUTH_TOKEN: - from_secret: cachix_auth_token