mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 08:31:28 +00:00
Update Woodpecker config
This commit is contained in:
parent
d2d55dcedb
commit
05b7f8a00a
|
@ -1,7 +1,6 @@
|
|||
# Example Woodpecker CI yaml file for a typical Hexo site
|
||||
|
||||
pipeline:
|
||||
# Build step: it generates the files for the Hexo site
|
||||
# Build step: generates the files for Hexo site
|
||||
build:
|
||||
image: node:12.22.1
|
||||
commands:
|
||||
|
@ -28,5 +27,5 @@ pipeline:
|
|||
- git config --global user.name "Codeberg CI"
|
||||
# deploy changes
|
||||
- git add -A
|
||||
- git commit -m "Deploy website - based on commit ${CI_COMMIT_SHA}"
|
||||
- git push origin pages
|
||||
- git commit -m "Woodpecker build ${CI_COMMIT_SHA}"
|
||||
- git push --force origin pages
|
||||
|
|
Loading…
Reference in a new issue