From c3bf6754d2260c57aca134bd9ae75deb87b42dd6 Mon Sep 17 00:00:00 2001 From: Ann-Marie Aeronuwy Francoise Revillard Date: Tue, 18 Mar 2025 23:15:30 +0100 Subject: [PATCH] Update update_primary_nginx.yml --- .github/workflows/update_primary_nginx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_primary_nginx.yml b/.github/workflows/update_primary_nginx.yml index dd59b9f..a71d6f2 100644 --- a/.github/workflows/update_primary_nginx.yml +++ b/.github/workflows/update_primary_nginx.yml @@ -31,5 +31,5 @@ jobs: # - name: Test NGINX Configuration # run: sudo nginx -t - # - name: Restart NGINX - # run: sudo systemctl reload nginx + - name: Restart NGINX + run: sudo systemctl reload nginx