fix: ngix security headers

This commit is contained in:
2026-02-14 21:15:08 +01:00
parent f575c4f0d9
commit f3c441db2b
4 changed files with 49 additions and 20 deletions

View File

@@ -11,3 +11,13 @@ jobs:
steps:
- name: Show env
run: env | sort
build:
runs-on: linux
steps:
- name: Build tarball
run: make tarball
- name: Build rpm package
run: rpmbuild -ba netoik-rp.spec
- name: Upload rpm package
run: make upload