From b6c7aa665861a44fbdbdb2b4be54adecae6355b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Haugen?= Date: Wed, 19 Mar 2025 14:54:28 +0100 Subject: [PATCH] Update workflow_template.yml --- .github/workflows/workflow_template.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow_template.yml b/.github/workflows/workflow_template.yml index b17766e..3d9724c 100644 --- a/.github/workflows/workflow_template.yml +++ b/.github/workflows/workflow_template.yml @@ -12,10 +12,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: List workspace files + - name: List repository files run: ls -la - name: Deploy nginx configuration run: | - sudo /usr/bin/cp ./nginx_securefit.conf /etc/nginx/conf.d/nginx_securefit.conf + sudo /usr/bin/cp -v ./nginx_securefit.conf /etc/nginx/conf.d/nginx_securefit.conf + sudo /usr/bin/nginx -t sudo /usr/bin/systemctl reload nginx