mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
[GHA] Debug Nginx not starting
This commit is contained in:
parent
319ae9abc0
commit
b17ac68caf
1 changed files with 4 additions and 3 deletions
7
.github/workflows/action.yml
vendored
7
.github/workflows/action.yml
vendored
|
@ -27,9 +27,9 @@ jobs:
|
|||
sudo apt remove nginx
|
||||
sudo apt purge nginx
|
||||
sudo add-apt-repository -y ppa:nginx/stable
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --assume-yes nginx-extras
|
||||
sudo apt-get -y install dos2unix
|
||||
sudo apt update
|
||||
sudo apt install -y --assume-yes nginx-extras
|
||||
sudo apt -y install dos2unix
|
||||
|
||||
|
||||
- name: Run build
|
||||
|
@ -39,3 +39,4 @@ jobs:
|
|||
source ~/.bashrc
|
||||
./dev-tools/generate-files.sh
|
||||
./dev-tools/install-nginx-1.sh
|
||||
sudo systemctl status nginx.service
|
||||
|
|
Loading…
Add table
Reference in a new issue