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

This commit is contained in:
Simon Vieille 2022-07-25 13:42:44 +02:00
parent 7460506088
commit c84cac54af
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -5,9 +5,9 @@ pipeline:
update:
image: alpine/git
commands:
- switch pages
- add public/*
- commit -m build
- git switch pages
- git add public/*
- git commit -m build
deploy:
image: appleboy/drone-git-push