Merge branch 'master' of http://git.picaiba.com/renren/qy-renren-qt
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
lb 2022-09-30 14:43:59 +08:00
commit d52cff7a8e

View File

@ -20,9 +20,9 @@ steps:
- echo "172.27.0.20 lb.kubesphere.local" >> /etc/hosts
#- echo "52.74.223.119 github.com" >> /etc/hosts
- sleep 1
- kubectl scale --replicas=0 deployment/wms-ui -n qy
- kubectl scale --replicas=0 deployment/wms-ui -n wms-qy
- sleep 3
- kubectl scale --replicas=1 deployment/wms-ui -n qy
- kubectl scale --replicas=1 deployment/wms-ui -n wms-qy
depends_on:
- build