@@ -68,25 +68,26 @@ jobs:
6868 echo "📅 Deployed at: $(date)"
6969 echo "🔗 S3 Bucket: s3://worknow-frontend"
7070
71- - name : Send email notification
72- uses : dawidd6/action-send-mail@v3
73- with :
74- server_address : smtp.gmail.com
75- server_port : 587
76- username : ${{ secrets.EMAIL_USERNAME }}
77- password : ${{ secrets.EMAIL_PASSWORD }}
78- subject : " WorkNow Frontend Deployment Success"
79- to : peterbaikov12@gmail.com
80- from : peterbaikov12@gmail.com
81- body : |
82- 🚀 WorkNow Frontend Deployment Successful!
83-
84- Environment: ${{ github.event.inputs.environment }}
85- Commit: ${{ github.sha }}
86- Branch: ${{ github.ref }}
87- Deployed at: $(date)
88-
89- The frontend has been successfully deployed to AWS S3.
90-
91- Best regards,
92- WorkNow CI/CD System
71+ # Email notification disabled - requires Gmail App Password setup
72+ # - name: Send email notification
73+ # uses: dawidd6/action-send-mail@v3
74+ # with:
75+ # server_address: smtp.gmail.com
76+ # server_port: 587
77+ # username: ${{ secrets.EMAIL_USERNAME }}
78+ # password: ${{ secrets.EMAIL_PASSWORD }}
79+ # subject: "WorkNow Frontend Deployment Success"
80+ # to: peterbaikov12@gmail.com
81+ # from: ${{ secrets.EMAIL_USERNAME }}
82+ # body: |
83+ # 🚀 WorkNow Frontend Deployment Successful!
84+ #
85+ # Environment: ${{ github.event.inputs.environment }}
86+ # Commit: ${{ github.sha }}
87+ # Branch: ${{ github.ref }}
88+ # Deployed at: $(date)
89+ #
90+ # The frontend has been successfully deployed to AWS S3.
91+ #
92+ # Best regards,
93+ # WorkNow CI/CD System
0 commit comments