added drone push to github
This commit is contained in:
parent
b5b48ba046
commit
70cd955bc2
1 changed files with 19 additions and 1 deletions
18
.drone.yml
18
.drone.yml
|
@ -13,3 +13,21 @@ trigger:
|
|||
- master
|
||||
event:
|
||||
- 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