diff --git a/.woodpecker/wtf b/.woodpecker/wtf deleted file mode 100644 index f36f21a..0000000 --- a/.woodpecker/wtf +++ /dev/null @@ -1,26 +0,0 @@ -steps: - checks: - image: nixos/nix:latest - commands: - - nix develop --accept-flake-config -c bun install --frozen-lockfile - - nix develop --accept-flake-config -c bun run lint - - nix develop --accept-flake-config -c bun run typecheck - - nix develop --accept-flake-config -c bun run build - - nix develop --accept-flake-config -c bun run update:bun-nix - - git diff --exit-code bun.nix - - nix build --accept-flake-config .#default - -when: - - event: [pull_request, push] - ---- - -steps: - deploy: - image: nixos/nix:latest - commands: - - sudo -n /usr/local/libexec/deploy-sortug - -when: - - event: push - - branch: master diff --git a/.woodpecker/wtfisthis b/.woodpecker/wtfisthis deleted file mode 100644 index f36f21a..0000000 --- a/.woodpecker/wtfisthis +++ /dev/null @@ -1,26 +0,0 @@ -steps: - checks: - image: nixos/nix:latest - commands: - - nix develop --accept-flake-config -c bun install --frozen-lockfile - - nix develop --accept-flake-config -c bun run lint - - nix develop --accept-flake-config -c bun run typecheck - - nix develop --accept-flake-config -c bun run build - - nix develop --accept-flake-config -c bun run update:bun-nix - - git diff --exit-code bun.nix - - nix build --accept-flake-config .#default - -when: - - event: [pull_request, push] - ---- - -steps: - deploy: - image: nixos/nix:latest - commands: - - sudo -n /usr/local/libexec/deploy-sortug - -when: - - event: push - - branch: master