diff --git a/.woodpecker.yaml b/.woodpecker.yaml deleted file mode 100644 index b2ffe04d673582d1253f95654a8486f17798205e..0000000000000000000000000000000000000000 --- a/.woodpecker.yaml +++ /dev/null @@ -1,26 +0,0 @@ -steps: - - name: nix-build-wayland - image: bash - commands: - - nix build .#zed-wayland - - - name: cachix-push-wayland - image: bash - commands: - - cachix push jolheiser result/ - environment: - CACHIX_AUTH_TOKEN: - from_secret: cachix_auth_token - - - name: nix-build-x11 - image: bash - commands: - - nix build .#zed-x11 - - - name: cachix-push-x11 - image: bash - commands: - - cachix push jolheiser result/ - environment: - CACHIX_AUTH_TOKEN: - from_secret: cachix_auth_token