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

View file

@ -5,7 +5,8 @@ pipeline:
update:
image: alpine/git
commands:
- git switch pages
- git pull
- git checkout pages
- git add public/*
- git commit -m build