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