We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2afdef commit 63f7aebCopy full SHA for 63f7aeb
live-demo/deploy/.woodpecker.yml
@@ -17,7 +17,8 @@ steps:
17
commands:
18
- cd adminforth
19
- npm clean-install
20
- - npm run build > build.log 2>&1
+ # log the build output to a file and also show it in the console
21
+ - npm run build | tee build.log
22
- npm audit signatures
23
- npx semantic-release
24
secrets:
@@ -32,7 +33,8 @@ steps:
32
33
- event: push
34
- status: failure
35
- webhook: ${DEVELOPERS_SLACK_WEBHOOK}
36
+ environment:
37
+ SLACK_WEBHOOK: ${DEVELOPERS_SLACK_WEBHOOK}
38
username: Woodpecker CI
39
icon_url: ${CI_COMMIT_AUTHOR_AVATAR}
40
template: >
0 commit comments