add ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2022-07-25 14:22:03 +02:00
parent e37a6280eb
commit 3aecac8ea3
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -16,12 +16,9 @@ pipeline:
image: appleboy/drone-git-push image: appleboy/drone-git-push
secrets: [ssh_priv_key] secrets: [ssh_priv_key]
commands: commands:
- echo AAAAAAAAAAAAAAAAAAAAAAAAAA settings:
- echo ${SSH_PRIV_KEY} branch: pages
- echo BBBBBBBBBBBBBBBBBBBBBBBBBB remote: git@gitnet.fr:deblan/pages-ci.git
# settings: force: false
# branch: pages commit: false
# remote: git@gitnet.fr:deblan/pages-ci.git ssh_key: $SSH_PRIV_KEY
# force: false
# commit: false
# ssh_key: ${SSH_PRIV_KEY}