diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 603173f82..47e7e9d50 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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()