diff --git a/.github/workflows/update_primary_nginx.yml b/.github/workflows/update_primary_nginx.yml index 7725b4c..1aac01a 100644 --- a/.github/workflows/update_primary_nginx.yml +++ b/.github/workflows/update_primary_nginx.yml @@ -34,7 +34,7 @@ jobs: # Maybe look at https://www.baeldung.com/linux/envsubst-command to get an idea - name: Copy temporary file to correct place - run: cp temp_default.conf /etc/nginx/conf.d/default.conf -s + run: cp -L temp_default.conf /etc/nginx/conf.d/default.conf - name: Show nginx file run: cat /etc/nginx/conf.d/default.conf