added drone push to github for privacy policy
This commit is contained in:
parent
f9194b48c1
commit
325e2a41c3
1 changed files with 17 additions and 0 deletions
17
.drone.yml
Normal file
17
.drone.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: kubernetes
|
||||||
|
name: default
|
||||||
|
steps:
|
||||||
|
- name: push commit
|
||||||
|
image: appleboy/drone-git-push:0.2.0-linux-alpine
|
||||||
|
settings:
|
||||||
|
branch: master
|
||||||
|
remote: git@github.com:broodjeaap/PizzaPlanner.git
|
||||||
|
force: true
|
||||||
|
ssh_key:
|
||||||
|
from_secret: id_rsa
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
event:
|
||||||
|
- push
|
Loading…
Add table
Reference in a new issue