Fix typo in secret name

This commit is contained in:
Luke Robles 2023-05-19 11:29:05 -07:00
parent 1e752f942b
commit bf009f1bf7

View File

@ -29,7 +29,6 @@ steps:
event:
- push
- name: sync_argo
# stage: .post
image: python:alpine
@ -47,14 +46,13 @@ steps:
event:
- push
- name: discord notification
image: appleboy/drone-discord
settings:
webhook_id:
from_secret: discord_webook_id
from_secret: discord_webhook_id
webhook_token:
from_secret: discord_webook_token
from_secret: discord_webhook_token
avatar_url: https://miro.medium.com/v2/resize:fit:1358/0*AqO_2lNemh_Fl9Gm.png
message: Pipeline ${DRONE_BUILD_NUMBER} has succeeded\nhttp://192.168.2.6/ldooks/dragon-bot/${DRONE_BUILD_NUMBER}
trigger: