Compare commits
3 Commits
sync/xxxxx
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| c32ce3b684 | |||
| 4676669ac6 | |||
| 931f7275d9 |
+2
-3
@@ -18,6 +18,7 @@ steps:
|
|||||||
repo: ccr.ccs.tencentyun.com/violin/violin-cv
|
repo: ccr.ccs.tencentyun.com/violin/violin-cv
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
|
- ${DRONE_COMMIT_SHA:0:8}
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
context: .
|
context: .
|
||||||
registry: ccr.ccs.tencentyun.com
|
registry: ccr.ccs.tencentyun.com
|
||||||
@@ -28,7 +29,5 @@ steps:
|
|||||||
- name: prod-deploy
|
- name: prod-deploy
|
||||||
image: ccr.ccs.tencentyun.com/violin/kubectl:latest
|
image: ccr.ccs.tencentyun.com/violin/kubectl:latest
|
||||||
cluster: kubernetes
|
cluster: kubernetes
|
||||||
namespace: violin
|
|
||||||
commands:
|
commands:
|
||||||
- kubectl set image deployment/violin-cv cv=ccr.ccs.tencentyun.com/violin/violin-cv:latest
|
- kubectl -n violin set image deployment/violin-cv cv=ccr.ccs.tencentyun.com/violin/violin-cv:${DRONE_COMMIT_SHA:0:8}
|
||||||
- kubectl rollout status deployment/violin-cv
|
|
||||||
|
|||||||
Reference in New Issue
Block a user