Skip to content

Commit

Permalink
try rewrite DEVELOPERS_SLACK_WEBHOOK
Browse files Browse the repository at this point in the history
  • Loading branch information
ivictbor committed Jan 11, 2025
1 parent c2afdef commit 63f7aeb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions live-demo/deploy/.woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ steps:
commands:
- cd adminforth
- npm clean-install
- npm run build > build.log 2>&1
# log the build output to a file and also show it in the console
- npm run build | tee build.log
- npm audit signatures
- npx semantic-release
secrets:
Expand All @@ -32,7 +33,8 @@ steps:
- event: push
- status: failure

webhook: ${DEVELOPERS_SLACK_WEBHOOK}
environment:
SLACK_WEBHOOK: ${DEVELOPERS_SLACK_WEBHOOK}
username: Woodpecker CI
icon_url: ${CI_COMMIT_AUTHOR_AVATAR}
template: >
Expand Down

0 comments on commit 63f7aeb

Please sign in to comment.