Compare commits

..

2 commits

Author SHA1 Message Date
2a8804ca02 m 2026-04-19 06:23:17 +07:00
d7ff9947e5 m 2026-04-19 06:22:23 +07:00
2 changed files with 52 additions and 0 deletions

26
.woodpecker/wtf Normal file
View file

@ -0,0 +1,26 @@
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

26
.woodpecker/wtfisthis Normal file
View file

@ -0,0 +1,26 @@
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