add ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-07-25 14:57:42 +02:00
parent be40f2987f
commit 75deb63417
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -9,7 +9,10 @@ pipeline:
- git switch pages
- git config --global user.email ci@gitnet.fr
- git config --global user.name CI
- git add public/*
- mv public /tmp/
- rm * -fr
- mv /tmp/public/* .
- git add .
- git commit -m "Build ${CI_BUILD_NUMBER}"
deploy: