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: update:
image: alpine/git image: alpine/git
commands: commands:
- switch pages - git switch pages
- add public/* - git add public/*
- commit -m build - git commit -m build
deploy: deploy:
image: appleboy/drone-git-push image: appleboy/drone-git-push