diff --git a/.woodpecker.yml b/.woodpecker.yml index b01b5c6..25f4115 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,3 +16,14 @@ pipeline: - mv /tmp/site/* . - git add . - git commit -m "Build ${CI_BUILD_NUMBER}" + + deploy: + image: appleboy/drone-git-push + commands: + settings: + branch: pages + remote: git@gitnet.fr:deblan/side_menu_doc.git + force: false + commit: false + ssh_key: + from_secret: ssh_priv_key