ci: add sleep to avoid rate limit
CI/CD Pipeline / build-and-deploy (push) Successful in 8s

This commit is contained in:
2026-06-16 16:40:53 +08:00
parent 1be92e0bf8
commit 6467a58011
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Deploy - name: Deploy
run: | run: |
k3s kubectl rollout restart deployment/fastapi-app -n fastapi-demo sleep 2 && k3s kubectl rollout restart deployment/fastapi-app -n fastapi-demo || true
- name: Health Check - name: Health Check
run: | run: |