From c05c2fca2e66b4c456d121b0c499a8c29025b8f9 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 17 Apr 2022 18:17:32 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=E7=AE=80=E5=8D=95?= =?UTF-8?q?=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/vercel-nightly.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/vercel-nightly.yml b/.github/workflows/vercel-nightly.yml index 5bbf2a99..c786923a 100644 --- a/.github/workflows/vercel-nightly.yml +++ b/.github/workflows/vercel-nightly.yml @@ -22,3 +22,5 @@ jobs: vercel-project-id: ${{ secrets.PROJECT_ID}} working-directory: ./ vercel-args: '--prod' + - name: Notify to Service + run: curl https://paw-server-test.moonrailgun.com/api/plugin:com.msgbyte.simplenotify/webhook/callback?text=新版前端代码部署完毕&subscribeId=${{ secrets.NOTIFY_SUB_ID}}