Use deploy.sh for make deploy target

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Fam Zheng 2026-02-28 18:02:10 +00:00
parent ed66d9ac73
commit e2d5a6a7eb

View File

@ -27,8 +27,8 @@ docker-build:
docker build -t tori:latest . docker build -t tori:latest .
# 部署 # 部署
deploy: docker-build deploy:
kubectl apply -f deploy/ scripts/deploy.sh
# Lint # Lint
clippy: clippy: