Skip to content

Commit 8557ddb

Browse files
committed
update: correct path for Nginx setup script execution
Modified the Nginx setup workflow to ensure the correct path is used when making the Nginx setup script executable. This change updates the path from './DevCamper-API/nginx_setup_script.sh' to 'DevCamper-API/nginx_setup_script.sh' for improved clarity and consistency in the workflow.
1 parent 9cdb6ab commit 8557ddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Nginx_setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
fi
2525
- name: Run config script
2626
run: |
27-
chmod +x ./DevCamper-API/nginx_setup_script.sh
27+
chmod +x DevCamper-API/nginx_setup_script.sh
2828
./DevCamper-API/nginx_setup_script.sh

0 commit comments

Comments
 (0)