mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 10:09:49 +00:00
Update action.yml
This commit is contained in:
parent
fb1c85798f
commit
a59f05e8ae
1 changed files with 2 additions and 3 deletions
5
.github/workflows/action.yml
vendored
5
.github/workflows/action.yml
vendored
|
@ -1,9 +1,6 @@
|
||||||
# Build Script for Nginx Ultimate Bad Bot Blocker using GHA
|
# Build Script for Nginx Ultimate Bad Bot Blocker using GHA
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -43,7 +40,9 @@ jobs:
|
||||||
ls -la /etc/nginx/sites-available
|
ls -la /etc/nginx/sites-available
|
||||||
ls -la /etc/nginx/sites-enabled
|
ls -la /etc/nginx/sites-enabled
|
||||||
cat /etc/nginx/sites-available/default
|
cat /etc/nginx/sites-available/default
|
||||||
|
echo "GENERATE FILES"
|
||||||
./dev-tools/generate-files.sh
|
./dev-tools/generate-files.sh
|
||||||
|
echo "INSTALL NGINX"
|
||||||
./dev-tools/install-nginx-1.sh
|
./dev-tools/install-nginx-1.sh
|
||||||
|
|
||||||
- name: Configure Nginx & Generate Blocker Files - Stage 2
|
- name: Configure Nginx & Generate Blocker Files - Stage 2
|
||||||
|
|
Loading…
Add table
Reference in a new issue