diff --git a/.github/workflows/update_primary_nginx.yml b/.github/workflows/update_primary_nginx.yml index 3a2f957..8f88b91 100644 --- a/.github/workflows/update_primary_nginx.yml +++ b/.github/workflows/update_primary_nginx.yml @@ -24,7 +24,7 @@ jobs: # Copying nginx configuration file to the server - name: Deploy nginx configuration file run: | - sudo cp ./nginx.conf /etc/nginx/conf.d/nginx.conf + sudo cp ./nginx/nginx.conf /etc/nginx/conf.d/nginx.conf # Restarting nginx service - name: Restart nginx service