From ee8096e5f11642949e3edbc95e40d580de4c56bf Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Tue, 12 Jan 2021 21:11:46 +0100 Subject: [PATCH] added drone push yml to push to github --- .drone.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..989f29d --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file