Update GHA workflow [skip travis]

This commit is contained in:
Mitchell Krog 2021-07-04 16:02:15 +02:00
parent 04f6ee3e41
commit 4616f064c2
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -112,7 +112,7 @@ printf "\n"
echo "${bold}${yellow}---------------------"
echo "${bold}${yellow}Setup Vhost for Nginx"
echo "${bold}${yellow}---------------------"
sudo rm /etc/nginx/sites-available/default
#sudo rm /etc/nginx/sites-available/default
sudo cp ./dev-tools/default.vhost /etc/nginx/sites-available/default
sudo ln -s /etc/nginx/sites-available/default /etc/nginx/sites-enabled/default
sudo cp ./dev-tools/index.html /var/www/html/index.html