diff --git a/Makefile b/Makefile index c2f919c..5169015 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,8 @@ docker-build: docker build -t tori:latest . # 部署 -deploy: docker-build - kubectl apply -f deploy/ +deploy: + scripts/deploy.sh # Lint clippy: