Files
nix-infrastructure/.gitea/workflows/web-deploy.yaml
henrik b8ad2769da
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 2s
testing nix action
2025-10-03 19:20:29 +02:00

12 lines
245 B
YAML

name: Nix Web Proxy Worker
run-name: Web Proxy - Nix
on: [push, merge]
jobs:
setup-nixos-runner:
run-on: ubuntu-latest
container:
image: node:lts
steps:
- uses: actions/checkout@v4
- uses: actions/install-nix