Skip to content

Commit ca3355d

Browse files
authored
Update deployment.yml
1 parent 197a3cd commit ca3355d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
source ~/.profile
3030
export BRANCH="${{ github.event.inputs.branch }}"
3131
export BASE_DIR="/home/ubuntu/cg_langbuilder/"
32-
export REPO_DIR="$REPO_DIR/LangBuilder"
32+
export REPO_DIR="$BASE_DIR/LangBuilder"
3333
export OPENWEBUI_DIR="$REPO_DIR/openwebui"
3434
export OPENWEBUI_BACKEND_DIR="$OPENWEBUI_DIR/backend"
3535
export LANGBUILDER_DIR="$REPO_DIR/langbuilder"

0 commit comments

Comments
 (0)