added drone push to github

This commit is contained in:
BroodjeAap 2024-04-07 11:26:27 +02:00
parent b5b48ba046
commit 70cd955bc2

View file

@ -13,3 +13,21 @@ trigger:
- master
event:
- 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