mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 10:46:56 +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: |
|
||||
TAGS=("vanilla" "allstar" "lua" "modsecurity")
|
||||
OPTIONS=(
|
||||
"--type=freenginx"
|
||||
"--lua --modsecurity --type=freenginx"
|
||||
"--lua --type=freenginx"
|
||||
"--modsecurity --type=freenginx"
|
||||
"--type=nginx"
|
||||
"--lua --modsecurity --type=nginx"
|
||||
"--lua --type=nginx"
|
||||
"--modsecurity --type=nginx"
|
||||
)
|
||||
|
||||
for i in ${!TAGS[@]}; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user