From 7b841e634bac8b8ad91563ca849d61021a9acb7d Mon Sep 17 00:00:00 2001 From: Mykyta Solomko Date: Fri, 21 May 2021 21:27:28 +0300 Subject: [PATCH] Added pipeline mirror2github --- .woodpecker.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..6005212 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,20 @@ +--- +clone: + git: + image: drone/git + +pipeline: + mirror-to-github: + image: appleboy/drone-git-push + remote: git@github.com:Sevlin/ansible-slapt_get.git + force: true + secrets: + - source: github + target: GIT_PUSH_SSH_KEY + when: + event: + - push + branch: + - master + +# vim:set syntax=yaml ts=2 sw=2 et: -- 2.17.6