Skip to content

Commit

Permalink
Update update_primary_nginx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cevin Dominic Neubauer authored and GitHub Enterprise committed Mar 11, 2025
1 parent a9a4780 commit f6849e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_primary_nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: cat ./temp_default.conf

- name: Copy temporary file to correct place
run: cp ./temp_default.conf /etc/nginx/conf.d/nginx_securefit.conf
run: echo "${{secrets.PASSWORD}}" | sudo -S cp ./temp_default.conf /etc/nginx/conf.d/nginx_securefit.conf

- name: Show nginx file
run: cat /etc/nginx/conf.d/nginx_securefit.conf

- name: Restart nginx
run: sudo systemctl reload nginx
run: echo "${{secrets.PASSWORD}}" | sudo -S systemctl reload nginx

0 comments on commit f6849e4

Please sign in to comment.