From c3b3187303398a2afc2e902a1f123ec6e7ac88cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauritz=20Skog=C3=B8y?= Date: Tue, 4 Mar 2025 11:04:00 +0100 Subject: [PATCH] Fix --- .github/workflows/update_primary_nginx.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_primary_nginx.yml b/.github/workflows/update_primary_nginx.yml index ca82e10..62e510d 100644 --- a/.github/workflows/update_primary_nginx.yml +++ b/.github/workflows/update_primary_nginx.yml @@ -20,8 +20,9 @@ jobs: export-variables: true keys-case: bypass - - name: Check environment variables - run: env + - name: Replace environment variables in Nginx config + run: | + envsubst < nginx.conf.template > nginx.conf # Copying nginx configuration file to the server - name: Deploy nginx configuration file