From 89d29f0b5dcbff1dc55beccb0320c08ed69aa27e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauritz=20Skog=C3=B8y?= Date: Tue, 4 Mar 2025 11:09:46 +0100 Subject: [PATCH] Fix --- .github/workflows/update_primary_nginx.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/update_primary_nginx.yml b/.github/workflows/update_primary_nginx.yml index 62e510d..3836d92 100644 --- a/.github/workflows/update_primary_nginx.yml +++ b/.github/workflows/update_primary_nginx.yml @@ -20,10 +20,6 @@ jobs: export-variables: true keys-case: bypass - - 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 run: |