Skip to content
Snippets Groups Projects
Commit 3ad97f1d authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: fix deploy route path

parent ff5558b7
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ jobs:
DEPLOY_ID=$(echo ${BRANCH_NAME//[_\/]/} | awk '{ print tolower($0) }')
echo "DEPLOY_ID=$DEPLOY_ID" >> $GITHUB_ENV
ROUTE_PATH=$DEPLOY_ID
ROUTE_PATH=/$DEPLOY_ID
echo "ROUTE_PATH=$ROUTE_PATH" >> $GITHUB_ENV
echo "Working branch name: $BRANCH_NAME, deploy_id: $DEPLOY_ID"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment