nixwebr.ing/.forgejo/workflows/deploy-front.yaml

19 lines
310 B
YAML
Raw Permalink Normal View History

2024-09-13 20:08:41 +02:00
name: Deploy website
on:
push:
branches:
- main
2024-09-13 20:08:41 +02:00
paths:
- 'site/**'
2024-09-13 20:08:41 +02:00
- '.forgejo/workflows/deploy-front.yaml'
2024-09-14 00:06:09 +02:00
- 'webring.nix'
2024-09-13 20:08:41 +02:00
jobs:
deploy:
runs-on: native
steps:
- uses: actions/checkout@v3
- run: |
nix build -L .#site -o /srv/web/nixwebr.ing