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
# 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