diff --git a/live-demo/deploy/.woodpecker.yml b/live-demo/deploy/.woodpecker.yml index aa4ef7d1..33df7e35 100644 --- a/live-demo/deploy/.woodpecker.yml +++ b/live-demo/deploy/.woodpecker.yml @@ -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: @@ -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: >