GHA workflow - Stage 2 Test 1 [skip travis]

This commit is contained in:
Mitchell Krog 2021-07-05 10:29:38 +02:00
parent 68d91e0651
commit 95da9b01c2
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43
2 changed files with 42 additions and 40 deletions

View file

@ -66,7 +66,7 @@ jobs:
shell: bash
run: |
./dev-tools/install-nginx-2.sh
#./dev-tools/test-nginx-2.sh
./dev-tools/test-nginx-2.sh
#./dev-tools/install-nginx-3.sh
#./dev-tools/test-nginx-3.sh
#./dev-tools/test-setupngxblocker.sh
@ -74,12 +74,12 @@ jobs:
- name: Debug
shell: bash
run: |
sudo cat /etc/nginx/bots.d/blacklist-ips.conf
#sudo cat /etc/nginx/bots.d/blacklist-ips.conf
#ifconfig | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1'
ip -o route get to 8.8.8.8 | sed -n 's/.*src \([0-9.]\+\).*/\1/p'
sudo cat /etc/nginx/sites-available/default.vhost
sudo nginx -t
sudo netstat -napt
#ip -o route get to 8.8.8.8 | sed -n 's/.*src \([0-9.]\+\).*/\1/p'
#sudo cat /etc/nginx/sites-available/default.vhost
#sudo nginx -t
#sudo netstat -napt
cat /etc/nginx/nginx.conf
sudo systemctl list-units --type=service --all
if: always()