mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 18:46:57 +00:00
nginx-build.yaml: adding editions
This commit is contained in:
parent
f839477b6d
commit
ae83a32b05
10
.github/workflows/nginx-build.yaml
vendored
10
.github/workflows/nginx-build.yaml
vendored
@ -19,11 +19,17 @@ jobs:
|
||||
echo "NGINX_TAG=${NGINX_TAG}" >> $GITHUB_ENV
|
||||
echo "NGINX_TAG=${NGINX_TAG}"
|
||||
|
||||
- name: Run Nginx Build
|
||||
- name: Run Nginx Build (Vanilla)
|
||||
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} -nl -nm
|
||||
tar czvf nginx-${NGINX_TAG}.tar.gz ~/nginx_scriptbox/nginx/objs
|
||||
tar czvf nginx-${NGINX_TAG}-vanilla.tar.gz ~/nginx_scriptbox/nginx/objs
|
||||
|
||||
- name: Run Nginx Build (All Star)
|
||||
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/
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user