Commit a5b3fc5d authored by Vũ Hoàng Anh's avatar Vũ Hoàng Anh

ci: fix path and permissions for deploy

parent eb83b47e
Pipeline #3300 failed with stage
in 0 seconds
...@@ -6,7 +6,7 @@ deploy_to_server: ...@@ -6,7 +6,7 @@ deploy_to_server:
# Không dùng image vì chạy shell trực tiếp trên host # Không dùng image vì chạy shell trực tiếp trên host
script: script:
- echo "🚀 Bắt đầu quá trình Deploy trực tiếp trên Server..." - echo "🚀 Bắt đầu quá trình Deploy trực tiếp trên Server..."
- cd /home/anhvh/chatbot-canifa - cd /home/anhvh/canifa_soure
- git pull origin master - git pull origin master
- cd backend - cd backend
- docker compose up --build -d - docker compose up --build -d
......
Markdown is supported
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