[GHA] Find Nginx Port

This commit is contained in:
Mitchell Krog 2021-06-21 14:28:07 +02:00
parent f8b264becf
commit ad02b38a80
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -24,7 +24,7 @@ jobs:
- name: Install Nginx Stable
run: |
cat /etc/nginx/nginx.conf
ls -la /etc/nginx/sites-enabled/
sudo apt remove nginx
sudo apt purge nginx
sudo add-apt-repository -y ppa:nginx/stable