From 5834c6653e954f952b69fdc984e91976c57706e0 Mon Sep 17 00:00:00 2001 From: hyunsu Date: Mon, 17 Jun 2024 20:29:42 +0900 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20deploy=20=EB=94=94=EC=8A=A4?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=95=8C=EB=A6=BC=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0f932bdc..cc0768f2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,12 +38,16 @@ jobs: --deployment-config-name CodeDeployDefault.AllAtOnce --deployment-group-name $DEPLOYMENT_GROUP_NAME --s3-location bucket=$S3_BUCKET_NAME,bundleType=zip,key=$ZIP_FILE_NAME - - name: Notify Discord - uses: sarisia/actions-status-discord@v1 + - uses: sarisia/actions-status-discord@v1 if: always() with: - status: ${{ job.status }} webhook: ${{ secrets.DISCORD_WEBHOOK_URL }} + status: ${{ job.status }} + title: "deploy" + description: "Build and deploy to GitHub Pages" + url: "https://github.com/sarisia/actions-status-discord" + username: GitHub Actions + From 49ee569c8a51f1992744f53c8ec7de08c23d3e71 Mon Sep 17 00:00:00 2001 From: hyunsu Date: Mon, 17 Jun 2024 20:30:43 +0900 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20deploy=20=EB=94=94=EC=8A=A4?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=95=8C=EB=A6=BC=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cc0768f2..d5b88beb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,7 +38,8 @@ jobs: --deployment-config-name CodeDeployDefault.AllAtOnce --deployment-group-name $DEPLOYMENT_GROUP_NAME --s3-location bucket=$S3_BUCKET_NAME,bundleType=zip,key=$ZIP_FILE_NAME - - uses: sarisia/actions-status-discord@v1 + - name: Discord Notify + uses: sarisia/actions-status-discord@v1 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK_URL }}