feat: linebot

change deploy.yaml
This commit is contained in:
2026-03-18 01:04:50 +08:00
parent 6c33f6b4f7
commit c4f64bed75

View File

@@ -16,6 +16,6 @@ jobs:
git fetch origin main
git reset --hard origin/main
# 現在它絕對抓得到宿主機的 docker
docker compose up -d --build --remove-orphans
docker image prune -f
# 直接使用絕對路徑呼叫 Docker
/usr/bin/docker compose up -d --build --remove-orphans
/usr/bin/docker image prune -f