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

This commit is contained in:
Simon Vieille 2022-07-25 13:54:05 +02:00
parent e556cf0ce0
commit 0dac4ca580
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -5,8 +5,8 @@ pipeline:
update: update:
image: alpine/git image: alpine/git
commands: commands:
- git branch --set-upstream-to=origin/master master - git fetch --no-tags origin +refs/heads/master
- git checkout pages - git switch pages
- git add public/* - git add public/*
- git commit -m build - git commit -m build