mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Update GHA workflow [skip travis]
This commit is contained in:
parent
76c5e87b94
commit
e7b53fa489
1 changed files with 3 additions and 1 deletions
4
.github/workflows/action.yml
vendored
4
.github/workflows/action.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
echo "export TERM=xterm" >> ~/.bashrc
|
||||
source ~/.bashrc
|
||||
./dev-tools/generate-files.sh
|
||||
./dev-tools/install-nginx-1.sh
|
||||
#./dev-tools/install-nginx-1.sh
|
||||
|
||||
- name: Debug
|
||||
shell: bash
|
||||
|
@ -56,6 +56,8 @@ jobs:
|
|||
cat /etc/nginx/nginx.conf
|
||||
sudo systemctl list-units --type=service --all
|
||||
sudo systemctl status nginx.service
|
||||
sudo systemctl enable nginx
|
||||
sudo systemctl status nginx
|
||||
if: always()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue