Skip to content

Commit

Permalink
Fix: comon please
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritzs committed Mar 3, 2025
1 parent cec44a7 commit ae7ad5d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update_primary_nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ jobs:
# Copying nginx configuration file to the server
- name: Deploy nginx configuration file
run: |
sudo cp ./nginx/nginx.conf /etc/nginx/nginx.conf # Main config
sudo cp ./nginx/nginx.conf /etc/nginx/conf.d/nginx.conf # Server block (if needed)
sudo chown root:root /etc/nginx/nginx.conf
sudo chmod 644 /etc/nginx/nginx.conf
sudo cp ./nginx.conf /etc/nginx/conf.d/nginx.conf
# Restarting nginx service
- name: Restart nginx service
Expand Down

0 comments on commit ae7ad5d

Please sign in to comment.