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

This commit is contained in:
Simon Vieille 2023-01-30 11:20:41 +01:00
parent cfa6664b4e
commit 4ab7dd79d9
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -3,12 +3,14 @@ pipeline:
image: node:16-alpine
commands:
- npm i
- sed -i "s#setPublicPath('/')#setPublicPath('/og-image')#" webpack.config.js
- npm run build
update:
image: alpine/git
commands:
- rm package-lock.json
- git add .
- git commit -m "Build"
- git fetch --no-tags origin +refs/heads/pages
- git switch pages
- git config --global user.email ci@gitnet.fr