Files
nix-infrastructure/.gitea/workflows/web-deploy.yaml
henrik 078a527c1d
All checks were successful
Nix Web Proxy Worker / setup-nixos-runner (push) Successful in 15s
Testing ubuntu runnability
2025-10-03 17:01:54 +02:00

13 lines
242 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: ubuntu
steps:
- name: echo in image
run: echo "Hello Workflow world!"