Updating woodpecker syntax.

This commit is contained in:
Dessalines 2023-08-07 20:05:36 -04:00
parent ee43d5d0d4
commit 412cc8e067

View file

@ -5,7 +5,7 @@
# recursive: true # recursive: true
# submodule_update_remote: true # submodule_update_remote: true
pipeline: steps:
prepare_repo: prepare_repo:
image: alpine:3 image: alpine:3
commands: commands:
@ -83,7 +83,7 @@ pipeline:
image: alpine:3 image: alpine:3
commands: commands:
- apk add curl - 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: when:
status: status:
- failure - failure
@ -92,6 +92,6 @@ pipeline:
image: alpine:3 image: alpine:3
commands: commands:
- apk add curl - 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: when:
event: tag event: tag