Skip to content

Commit

Permalink
fix nginx path
Browse files Browse the repository at this point in the history
  • Loading branch information
pitiscarf committed Feb 21, 2025
1 parent 2c6a7ff commit 959b3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/admin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [[ $CC_DEPLOYMENT_ID != "" ]]; then
# CC_NODE_BUILD_TOOL=custom
# CC_CUSTOM_BUILD_TOOL="VITE_RELEASE=$CC_COMMIT_ID devops/admin/build.sh"
# CC_RUN_COMMAND="nginx -g 'daemon off;' -c nginx.conf"
mv devops/admin/nginx.conf /usr/share/nginx/html
mv devops/admin/nginx.conf .
rm -rf $(ls -A | grep -v "build\|nginx.conf")
fi

Expand Down

0 comments on commit 959b3c7

Please sign in to comment.