Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchayan721 committed Aug 9, 2023
1 parent d9338c2 commit 154a908
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,16 @@ jobs:
echo "$content" > ~/IMS-Corp/emails/notify_deployment-staging.html
exit
EOF
- name: Send Email
uses: Brahmware/Send-Notification@main
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: "Deployment on Staging has been completed successfully."
from: ${{ secrets.MAIL_SERVER_UID }}
to: ${{ secrets.MAIL_SERVER_UID }}

0 comments on commit 154a908

Please sign in to comment.