[GHA] Find Nginx Port

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

View file

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