File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed
Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 11## A Demo to show workflow of Drone CI + GitFlow + Semantic Release + Kubernetes
22
3+ [ ![ Build Status] ( https://cloud.drone.io/api/badges/AlloVince/drone-ci-demo/status.svg )] ( https://cloud.drone.io/AlloVince/drone-ci-demo )
4+
5+ Step by step, to show how to build a powerful team development workflow with CI
36
47- [ Github repo] ( https://github.com/AlloVince/drone-ci-demo )
58- [ Drone CI of this repo] ( https://cloud.drone.io/AlloVince/drone-ci-demo )
912
10131 . Use drone cloud or setup a private drone by k8s
1114
12- Kubernetes config could check [ ./kubernetes]
15+ Kubernetes config files under [ ./kubernetes] ( ./kubernetes )
1316
14172 . prepare ` .drone.yml `
1518
16- ```
19+ ``` yml
1720kind : pipeline
1821name : deploy
1922
@@ -30,18 +33,11 @@ steps:
3033
31342. prepare `.drone.yml`
3235
33- ```
36+ ` ` ` yml
3437kind: pipeline
3538name: deploy
3639
3740steps:
38- - name: pre-check
39- image: node:10
40- environment:
41- DOCKER_PASSWORD:
42- from_secret: DOCKER_PASSWORD
43- commands:
44- - echo $${DOCKER_PASSWORD}
4541 - name: unit-test
4642 image: node:10
4743 commands:
Original file line number Diff line number Diff line change 7777 spec :
7878 containers :
7979 - name : drone-server
80- image : drone/drone:1.0.0-rc.6
80+ image : drone/drone:1.0.0
8181 imagePullPolicy : Always
8282 env :
8383 - name : DRONE_KUBERNETES_ENABLED
You can’t perform that action at this time.
0 commit comments