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: |