diff --git a/.woodpecker.yaml b/.woodpecker.yaml index a56a0f3..8a72877 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -34,10 +34,9 @@ steps: when: - event: push - status: [success, failure] - depends_on: build-release environment: GOTOKEN: from_secret: GOTIFY_TOKEN commands: - apk add wget - - wget "https://git.vertinext.com/message?token=$GOTOKEN" --post-data "title=${CI} - ${CI_REPO_NAME}&message=New pipeline running.&priority=0" -O /dev/null \ No newline at end of file + - wget "https://gotify.vertinext.com/message?token=$GOTOKEN" --post-data "title=${CI} - ${CI_REPO_NAME}&message=New pipeline running.&priority=0" -O /dev/null \ No newline at end of file