[GHA] netstat

This commit is contained in:
Mitchell Krog 2021-06-21 14:41:44 +02:00
parent 139bdbce43
commit d36db0abfe
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -44,6 +44,7 @@ jobs:
- name: Debug
shell: bash
run: |
sudo netstat -napt
cat /etc/nginx/nginx.conf
sudo systemctl status nginx.service
if: always()