File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -34,20 +34,20 @@ jobs:
34
34
FLY_API_TOKEN : ${{ secrets.FLY_API_TOKEN }}
35
35
- name : Notify Discord on success
36
36
if : ${{ success() && env.SHOULD_DEPLOY == 'true' }}
37
- uses : rjstone /discord-webhook- notify@v1
37
+ uses : stegzilla /discord-notify@v2
38
38
with :
39
- severity : info
40
- details : Deployment succeeded!
41
- webhookUrl : ${{ secrets.DISCORD_WEBHOOK }}
39
+ title : Deployment succeeded!
40
+ webhook_url : ${{ secrets.DISCORD_WEBHOOK }}
42
41
username : ' devserkan'
42
+ colour : # 1f883d
43
43
- name : Notify Discord on failure
44
44
if : ${{ failure() && env.SHOULD_DEPLOY == 'true' }}
45
- uses : rjstone /discord-webhook- notify@v1
45
+ uses : stegzilla /discord-notify@v2
46
46
with :
47
- severity : error
48
- details : Deployment failed!
49
- webhookUrl : ${{ secrets.DISCORD_WEBHOOK }}
47
+ title : Deployment failed!
48
+ webhook_url : ${{ secrets.DISCORD_WEBHOOK }}
50
49
username : ' devserkan'
50
+ colour : # d73a49
51
51
tag_release :
52
52
if : ${{ github.event_name == 'push' && !contains(join(github.event.commits.*.message), '#skip') }}
53
53
needs : [simple_deployment_pipeline]
You can’t perform that action at this time.
0 commit comments