Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
chatbot canifa
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
chatbot canifa
Commits
01f2f0ab
Commit
01f2f0ab
authored
Dec 29, 2025
by
Vũ Hoàng Anh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: fix yaml array syntax in script
parent
f7953c65
Pipeline
#3305
passed with stage
in 2 minutes and 21 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
01f2f0ab
...
@@ -9,11 +9,11 @@ deploy_to_server:
...
@@ -9,11 +9,11 @@ deploy_to_server:
-
export DOCKER_BUILDKIT=1
-
export DOCKER_BUILDKIT=1
-
"
if
[
-f
/home/anhvh/canifa_soure/chatbot-canifa/backend/.env
];
then
cp
/home/anhvh/canifa_soure/chatbot-canifa/backend/.env
backend/.env;
fi"
-
"
if
[
-f
/home/anhvh/canifa_soure/chatbot-canifa/backend/.env
];
then
cp
/home/anhvh/canifa_soure/chatbot-canifa/backend/.env
backend/.env;
fi"
-
cd backend
-
cd backend
-
# "Giết" sạch tất cả các bản cũ (kể cả bản bro chạy tay hay bản runner cũ)
-
docker stop canifa_backend ||
true
-
docker stop canifa_backend ||
true
-
docker rm -f canifa_backend ||
true
-
docker rm -f canifa_backend ||
true
-
docker compose -p canifa-chatbot down --remove-orphans ||
true
-
docker compose -p canifa-chatbot down --remove-orphans ||
true
-
docker compose -p canifa-chatbot up --build -d
-
docker compose -p canifa-chatbot up --build -d
-
docker system prune -f
-
echo "✅ Web ĐÃ CẬP NHẬT THÀNH CÔNG!"
-
echo "✅ Web ĐÃ CẬP NHẬT THÀNH CÔNG!"
only
:
only
:
-
master
-
master
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment