added drone push yml to push to github

This commit is contained in:
BroodjeAap 2021-01-12 21:11:46 +01:00
parent a29642e93c
commit ee8096e5f1

18
.drone.yml Normal file
View file

@ -0,0 +1,18 @@
kind: pipeline
type: docker
name: default
steps:
- name: push commit
image: appleboy/drone-git-push:0.2.0-linux-alpine
settings:
branch: master
remote: git@github.com:broodjeaap/hugo-website.git
force: true
ssh_key:
from_secret: id_rsa
trigger:
branch:
- master
event:
- push