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

This commit is contained in:
Simon Vieille 2022-07-25 14:06:50 +02:00
parent 10d16f23a8
commit 3e5ddf6372
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -7,8 +7,10 @@ pipeline:
commands:
- git fetch --no-tags origin +refs/heads/pages
- git switch pages
- git config --global user.email ci@gitnet.fr
- git config --global user.name CI
- git add public/*
- git commit -m build
- git commit -m "Build ${CI_BUILD_NUMBER}"
deploy:
image: appleboy/drone-git-push
@ -19,5 +21,3 @@ pipeline:
force: false
commit: false
ssh_key: ${SSH_PRIV_KEY}
author_name: CI
author_email: ci@gitnet.fr