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
22
.drone.yml
22
.drone.yml
|
|
@ -1,18 +1,18 @@
|
||||||
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
|
||||||
remote: git@github.com:broodjeaap/hugo-website.git
|
remote: git@github.com:broodjeaap/hugo-website.git
|
||||||
force: true
|
force: true
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: id_rsa
|
from_secret: id_rsa
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
Loading…
Add table
Reference in a new issue