diff --git a/.woodpecker.yml b/.woodpecker.yml index bcfb872..645e530 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,7 +5,7 @@ # recursive: true # submodule_update_remote: true -pipeline: +steps: prepare_repo: image: alpine:3 commands: @@ -83,7 +83,7 @@ pipeline: image: alpine:3 commands: - apk add curl - - "curl -d'joinlemmy-site build failed: ${DRONE_BUILD_LINK}' ntfy.sh/lemmy_drone_ci" + - "curl -d'joinlemmy-site build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci" when: status: - failure @@ -92,6 +92,6 @@ pipeline: image: alpine:3 commands: - apk add curl - - "curl -d'joinlemmy-site:${DRONE_TAG} deployed' ntfy.sh/lemmy_drone_ci" + - "curl -d'joinlemmy-site:${CI_COMMIT_TAG} deployed' ntfy.sh/lemmy_drone_ci" when: event: tag