Skip to content

Commit

Permalink
fix developers slack webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
ivictbor committed Jan 11, 2025
1 parent 15d6d85 commit c2afdef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions live-demo/deploy/.woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
commands:
- cd adminforth
- npm clean-install
- npm run build > build.log 2>&1"
- npm run build > build.log 2>&1
- npm audit signatures
- npx semantic-release
secrets:
Expand All @@ -31,8 +31,8 @@ steps:
when:
- event: push
- status: failure
webhook: $DEVELOPERS_SLACK_WEBHOOK

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

0 comments on commit c2afdef

Please sign in to comment.