From 70cd955bc22a3a451519576b06e90f0ad5b44b71 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sun, 7 Apr 2024 11:26:27 +0200 Subject: [PATCH] added drone push to github --- .drone.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 74a4a60..bb056d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,4 +12,22 @@ trigger: branch: - master event: - - push \ No newline at end of file + - 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 \ No newline at end of file