added drone push to github for privacy policy

This commit is contained in:
broodjeaap89 2021-12-05 11:31:02 +01:00
parent f9194b48c1
commit 325e2a41c3

17
.drone.yml Normal file
View 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