From ecb30adb02a4c681c20a21aa848b0f3b9a50f0be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauritz=20Skog=C3=B8y?= Date: Tue, 4 Mar 2025 11:22:27 +0100 Subject: [PATCH] Please --- .github/workflows/update_primary_nginx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_primary_nginx.yml b/.github/workflows/update_primary_nginx.yml index 7906f2f..8a11737 100644 --- a/.github/workflows/update_primary_nginx.yml +++ b/.github/workflows/update_primary_nginx.yml @@ -27,7 +27,7 @@ jobs: - name: Replace environment variables in Nginx config run: | - envsubst < nginx_template > nginx.conf + envsubst < ./nginx_template.txt > ./nginx_secfit.conf # Test the nginx configuration - name: Test nginx configuration file