From ece68c0f316227bed77540da015f2874741c9334 Mon Sep 17 00:00:00 2001 From: Malene Lundemo Date: Fri, 7 Mar 2025 17:38:04 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 863399c..636d57b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,8 +28,8 @@ jobs: # Maybe look at https://www.baeldung.com/linux/envsubst-command to get an idea - name: Copy temporary file to correct place - run: cp temp_default.conf /etc/nginx/conf.d/nginx_securefit.conf + run: cp temp_default.conf nginx/nginx_securefit.conf #run: cp nginx/nginx.conf /etc/nginx/conf.d/nginx_securefit.conf - name: Show nginx file - run: cat /etc/nginx/conf.d/nginx_securefit.conf + run: cat nginx/nginx_securefit.conf