2021-09-18 02:06:08 +00:00
|
|
|
pipeline:
|
|
|
|
build:
|
2021-11-25 22:13:01 +00:00
|
|
|
image: registry.nulo.in/sutty/haini.sh@sha256:b4248b19f94e60ed165a104094cb5852fca536767481a282b3eb869358a1ab0c
|
2021-09-18 02:06:08 +00:00
|
|
|
commands:
|
2021-09-28 21:52:53 +00:00
|
|
|
- git branch
|
|
|
|
- git rm -f assets/js/*
|
2021-09-18 02:06:08 +00:00
|
|
|
- make yarn hainish="sh -c"
|
|
|
|
- make webpack hainish="sh -c"
|
2021-09-18 18:05:06 +00:00
|
|
|
|
2021-09-18 02:06:08 +00:00
|
|
|
- eval $(ssh-agent -s)
|
|
|
|
- echo "$${GIT_BASE64_SSH_KEY}" | base64 -d | ssh-add -
|
2021-09-18 18:39:17 +00:00
|
|
|
|
2021-09-18 02:06:08 +00:00
|
|
|
- git config user.name Woodpecker
|
|
|
|
- git config user.email ci@nulo.in
|
|
|
|
- git remote add nulo ssh://_gitea@nulo.in:420/Sutty/sutty-base-jekyll-theme.git
|
2021-09-28 21:29:38 +00:00
|
|
|
- git status
|
2021-09-18 18:50:37 +00:00
|
|
|
- git diff-index --quiet HEAD --ignore-submodules || ( git add assets/js/pack* && git commit assets/js/ _data/assets.json -m "[skip ci] Recompilar JS" && git push -u nulo HEAD:${DRONE_BRANCH} )
|
2021-09-18 02:06:08 +00:00
|
|
|
secrets:
|
|
|
|
- git_base64_ssh_key
|
2021-09-18 18:05:06 +00:00
|
|
|
when:
|
|
|
|
path:
|
|
|
|
include:
|
|
|
|
- _packs/*
|
|
|
|
- package.json
|
|
|
|
- yarn.lock
|
|
|
|
- webpack.*.js
|
2021-09-18 18:42:13 +00:00
|
|
|
- .woodpecker.yml
|