Skip to content

Commit

Permalink
Update update_primary_nginx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emiloo authored and GitHub Enterprise committed Mar 18, 2025
1 parent 3a4d203 commit 83e7941
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_primary_nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
run: envsubst '$http_host, $remote_addr, $proxy_add_x_forwarded_for' < ./nginx_template.txt > temp_default.conf
# Maybe look at https://www.baeldung.com/linux/envsubst-command to get an idea

- name: user of runner
- run: whoami

- name: Copy temporary file to correct place
run: cp temp_default.conf /etc/nginx/conf.d/nginx_securefit.conf

Expand Down

0 comments on commit 83e7941

Please sign in to comment.