mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 18:46:57 +00:00
nginx-build.yaml: include ModSecurity, Lua assets in package :(
this will significantly increase the size of zip file
This commit is contained in:
parent
ae83a32b05
commit
0d58dd46bc
2
.github/workflows/nginx-build.yaml
vendored
2
.github/workflows/nginx-build.yaml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
run: |
|
||||
echo "This Task will be run using the following tag: ${NGINX_TAG}"
|
||||
curl https://raw.githubusercontent.com/minoplhy/scriptbox/main/nginx_build_script/build.sh | bash -s -- --nginx-tag=${NGINX_TAG}
|
||||
tar czvf nginx-${NGINX_TAG}-allstar.tar.gz ~/nginx_scriptbox/nginx/objs /var/lib/modsecurity /opt/nginx-lua-module/
|
||||
tar czvf nginx-${NGINX_TAG}-allstar.tar.gz ~/nginx_scriptbox/nginx/objs /var/lib/modsecurity /opt/nginx-lua-module /usr/local/lua
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user