Update drone file and also add another space on the incident alert for star citizen
This commit is contained in:
parent
f24843cdbc
commit
b8e1dd28ef
@ -12,7 +12,8 @@ steps:
|
||||
webhook_token:
|
||||
from_secret: discord_webhook_token
|
||||
avatar_url: https://miro.medium.com/v2/resize:fit:1358/0*AqO_2lNemh_Fl9Gm.png
|
||||
message: "A new drone build has started\n\nRepository `[{{repo.name}}/{{commit.branch}}]` triggered by event `[{{uppercase build.event}}]` for build.\n - Commit [[{{commit.sha}}]({{commit.link}})]\n - Author `[{{commit.author}} / {{commit.email}}]`\n - Message: {{commit.message}} - Drone build [[#{{build.number}}]({{build.link}})]"
|
||||
message: >
|
||||
🚀 Pipeline [[#{{build.number}}]({{build.link}})] of branch [{{commit.branch}}]({{commit.link}}) by ${DRONE_COMMIT_AUTHOR_NAME} has started
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
@ -75,7 +75,7 @@ class StarCitizen(commands.Cog):
|
||||
url="https://media.robertsspaceindustries.com/t0q21kbb3zrpt/source.png"
|
||||
)
|
||||
embed.set_author(
|
||||
name="🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨\n🚨 OH NO THERES AN INCIDENT 🚨\n🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨"
|
||||
name="🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨\n🚨 OH NO THERES AN INCIDENT 🚨\n🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨"
|
||||
)
|
||||
embed.set_image(
|
||||
url="https://media.giphy.com/media/WWIZJyXHXscn8JC1e0/giphy.gif"
|
||||
|
Loading…
x
Reference in New Issue
Block a user