added drone push to github
This commit is contained in:
parent
b5b48ba046
commit
70cd955bc2
1 changed files with 19 additions and 1 deletions
20
.drone.yml
20
.drone.yml
|
@ -12,4 +12,22 @@ trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: kubernetes
|
||||||
|
name: github-push
|
||||||
|
steps:
|
||||||
|
- name: push commit
|
||||||
|
image: appleboy/drone-git-push:0.2.0-linux-amd64
|
||||||
|
settings:
|
||||||
|
branch: master
|
||||||
|
remote: git@github.com:broodjeaap/ohthatsa.git
|
||||||
|
force: true
|
||||||
|
ssh_key:
|
||||||
|
from_secret: id_rsa
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
event:
|
||||||
|
- push
|
Loading…
Add table
Reference in a new issue