Skip to content

Commit 1f33484

Browse files
Push Notification a discord
1 parent 773d303 commit 1f33484

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,15 @@ jobs:
4747
- name: Deploy to GitHub Pages
4848
id: deployment
4949
uses: actions/deploy-pages@v4
50+
51+
- name: Notification
52+
uses: sarisia/actions-status-discord@v1
53+
if: always()
54+
with:
55+
webhook: ${{ secrets.DISCORD_WEBHOOK }}
56+
status: ${{ job.status }}
57+
title: "deploy"
58+
description: "Deploy to GitHub Pages"
59+
color: 0x0000ff
60+
url: "https://friskthefallenhuman.github.io/idtecharchives/"
61+
username: GitHub Web Deployment

0 commit comments

Comments
 (0)