Update GHA workflow [skip travis]

This commit is contained in:
Mitchell Krog 2021-07-04 15:36:00 +02:00
parent 950d512c8b
commit 2e093aa2a0
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
server { server {
listen 80:8085; listen 80;
root /var/www/html; root /var/www/html;
server_name localhost; server_name localhost;

View file

@ -242,7 +242,7 @@ runsetupngxblocker1
loadNginxConf loadNginxConf
forceUpdateTest1 forceUpdateTest1
runupdatengxblocker runupdatengxblocker
startNginX #startNginX
reloadNginX reloadNginX
waitforReload waitforReload
forceUpdateTest2 forceUpdateTest2