more tries
Some checks failed
continuous-integration/woodpecker the build failed

This commit is contained in:
eppixx 2021-10-27 13:30:13 +00:00
parent 93aea954d6
commit 9f2d1269ce

View File

@ -10,7 +10,7 @@ pipeline:
image: docker
commands:
- echo ${DISCORD_ID}
- echo $DISCORD_ID
- echo $DISCORD_WEBHOOK_ID
secrets: [discord_id ]
notify:
@ -18,9 +18,9 @@ pipeline:
image: appleboy/drone-discord
settings:
webhook_id:
from_secret: DISCORD_ID
from_secret: discord_webhook_id
webhook_token:
from_secret: DISCORD_TOKEN
from_secret: discord_webhook_token
# message: >
# {{#success build.status}}
# build {{build.number}} succeeded. Good job.