From 412cc8e0670acf0d37c9749fa74318540dfdbf03 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 7 Aug 2023 20:05:36 -0400 Subject: [PATCH] Updating woodpecker syntax. --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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