mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 18:46:57 +00:00
fix copy paster error on nginx
This commit is contained in:
parent
99ae7c2e79
commit
84c0e1203d
8
.github/workflows/nginx-build.yaml
vendored
8
.github/workflows/nginx-build.yaml
vendored
@ -23,10 +23,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
TAGS=("vanilla" "allstar" "lua" "modsecurity")
|
TAGS=("vanilla" "allstar" "lua" "modsecurity")
|
||||||
OPTIONS=(
|
OPTIONS=(
|
||||||
"--type=freenginx"
|
"--type=nginx"
|
||||||
"--lua --modsecurity --type=freenginx"
|
"--lua --modsecurity --type=nginx"
|
||||||
"--lua --type=freenginx"
|
"--lua --type=nginx"
|
||||||
"--modsecurity --type=freenginx"
|
"--modsecurity --type=nginx"
|
||||||
)
|
)
|
||||||
|
|
||||||
for i in ${!TAGS[@]}; do
|
for i in ${!TAGS[@]}; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user