[GHA] Find Nginx Port

This commit is contained in:
Mitchell Krog 2021-06-21 14:29:34 +02:00
parent ad02b38a80
commit ecbacaa6a2
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: |
ls -la /etc/nginx/sites-enabled/
cat /etc/nginx/sites-available/default
sudo apt remove nginx
sudo apt purge nginx
sudo add-apt-repository -y ppa:nginx/stable