[GHA] Get nginx status

This commit is contained in:
Mitchell Krog 2021-06-21 13:23:08 +02:00
parent af5082b8b9
commit 610f1bf461
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -70,6 +70,7 @@ echo "${bold}${green}Starting Nginx"
echo "${bold}${green}---------------"
sudo systemctl enable nginx
sudo systemctl start nginx
sudo systemctl status nginx.service
}
reloadNginX () {