one more try

This commit is contained in:
Thomas Eppers 2021-10-25 00:38:30 +02:00
parent 646b0ba60c
commit 20f37a6c93

View File

@ -18,9 +18,9 @@ pipeline:
image: appleboy/drone-discord
settings:
webhook_id:
from_secret: $${DISCORD_ID}}
from_secret: ${DISCORD_ID}}
webhook_token:
from_secret: $${DISCORD_TOKEN}}
from_secret: ${DISCORD_TOKEN}}
message: >
{{#success build.status}}
build {{build.number}} succeeded. Good job.