[GHA] fix nginx restarts

This commit is contained in:
Mitchell Krog 2021-06-21 14:50:51 +02:00
parent c94087f810
commit f94e195faa
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -69,8 +69,10 @@ echo "${bold}${green}---------------"
echo "${bold}${green}Starting Nginx"
echo "${bold}${green}---------------"
sudo systemctl status nginx.service
sudo systemctl start nginx
sudo systemctl restart nginx
sudo nginx -t
sudo service nginx start
#sudo systemctl start nginx
#sudo systemctl restart nginx
}
reloadNginX () {