Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritzs committed Mar 4, 2025
1 parent decc1d2 commit c3b3187
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update_primary_nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3b3187

Please sign in to comment.