Files
nix-infrastructure/.gitea/workflows/web-deploy.yaml
henrik 21abc0b377
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 20s
Removed need
2025-10-03 17:21:45 +02:00

17 lines
374 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: checkout
uses: https://github.com/actions/checkout@v4
- name: echo in image
run: echo "Hello Workflow world!"
- name: List current folder
run: ls -la