[GHA] Debug nginx.conf

This commit is contained in:
Mitchell Krog 2021-06-21 14:12:38 +02:00
parent 927b7080ab
commit c6c7c73258
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

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