File tree Expand file tree Collapse file tree 4 files changed +4779
-9744
lines changed
Expand file tree Collapse file tree 4 files changed +4779
-9744
lines changed Original file line number Diff line number Diff line change @@ -17,26 +17,26 @@ steps:
1717 - infisical export --domain https://vault.devforth.io/api --format=dotenv-export --env="prod" > /woodpecker/deploy.vault.env
1818
1919 build :
20- image : node:20
20+ image : devforth/node20-pnpm:latest
2121 when :
2222 - event : push
2323 commands :
2424 - apt update && apt install -y rsync
2525 - . /woodpecker/deploy.vault.env
26- - npm clean- install
26+ - pnpm install
2727 - /bin/bash ./.woodpecker/buildRelease.sh
2828 - npm audit signatures
2929
3030 release :
31- image : node:20
31+ image : devforth/node20-pnpm:latest
3232 when :
3333 - event :
3434 - push
3535 branch :
3636 - main
3737 commands :
3838 - . /woodpecker/deploy.vault.env
39- - npx semantic-release
39+ - pnpm exec semantic-release
4040
4141 slack-on-failure :
4242 image : curlimages/curl
You can’t perform that action at this time.
0 commit comments