update prod it and token

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2017-06-10 13:40:51 +08:00
parent 7ad00de109
commit 454eb6d242
+5 -1
View File
@@ -69,6 +69,10 @@ pipeline:
discord:
image: appleboy/drone-discord
secrets: [ webhook_id, webhook_token ]
secrets:
- source: webhook_prod_id
target: webhook_id
- source: webhook_prod_token
target: webhook_token
when:
status: [ success, failure ]