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