From 2b70bf77c993cb8aed15f5f3139d0b78999e288c Mon Sep 17 00:00:00 2001 From: sanchayan721 Date: Thu, 10 Aug 2023 02:50:32 +0200 Subject: [PATCH] upated --- .github/workflows/deploy.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 523297a..7561c51 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -55,19 +55,6 @@ jobs: exit EOF - - name: Send Email Notification - uses: dawidd6/action-send-mail@v2 - with: - server_address: ${{ secrets.MAIL_SERVER_ADDRESS }} - server_port: ${{ secrets.MAIL_SERVER_PORT }} - username: ${{ secrets.MAIL_SERVER_UID }} - password: ${{ secrets.MAIL_SERVER_PASS }} - subject: "IMS-Corp Deployment on Staging" - body: ${{ steps.prepare_email.outputs.content }} - from: ${{ secrets.MAIL_SERVER_UID }} - to: ${{ secrets.MAIL_SERVER_UID }} - content_type: text/html - - name: Send Email uses: Brahmware/Send-Notification@main with: