mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-04-19 16:29:10 +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
|
||||
name: CI
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
@ -43,7 +40,9 @@ jobs:
|
|||
ls -la /etc/nginx/sites-available
|
||||
ls -la /etc/nginx/sites-enabled
|
||||
cat /etc/nginx/sites-available/default
|
||||
echo "GENERATE FILES"
|
||||
./dev-tools/generate-files.sh
|
||||
echo "INSTALL NGINX"
|
||||
./dev-tools/install-nginx-1.sh
|
||||
|
||||
- name: Configure Nginx & Generate Blocker Files - Stage 2
|
||||
|
|
Loading…
Add table
Reference in a new issue