fix: ngix security headers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user