updated .drone.yaml for new kube setup
This commit is contained in:
parent
0fc57949e5
commit
e89be5b4ce
1 changed files with 11 additions and 11 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: kubernetes
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: push commit
|
- name: push commit
|
||||||
image: appleboy/drone-git-push:0.2.0-linux-alpine
|
image: appleboy/drone-git-push:0.2.0-linux-alpine
|
||||||
settings:
|
settings:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue