[GHA] fix nginx restarts

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

View file

@ -69,6 +69,7 @@ echo "${bold}${green}---------------"
echo "${bold}${green}Starting Nginx"
echo "${bold}${green}---------------"
sudo systemctl status nginx.service
sudo systemctl start nginx
sudo systemctl restart nginx
}