Skip to content

Commit

Permalink
feat: 🔨 update seo
Browse files Browse the repository at this point in the history
  • Loading branch information
MuttakinHasib committed Nov 17, 2023
1 parent 40ccfb4 commit 9c1426b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/aafiyah.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
# Optional whether this connection use TLS (default is true if server_port is 465)
secure: true
# Optional (recommended) mail server username:
username: ${{secrets.EMAIL_USER}}
username: ${{secrets.MAIL_USERNAME}}
# Optional (recommended) mail server password:
password: ${{secrets.EMAIL_APP_PASSWORD}}
password: ${{secrets.MAIL_PASSWORD}}
# Required mail subject:
subject: Aafiyah | Deployment Success
# Required recipients' addresses:
to: [email protected]
# Required sender full name (address can be skipped):
from: Hasib <${{secrets.EMAIL_USER}}> # <[email protected]>
from: Hasib <${{secrets.MAIL_USERNAME}}> # <[email protected]>
# Optional plain body:
body: Hey Team, The latest code deployed. The server is up and running.
# Optional priority: 'high', 'normal' (default) or 'low'
Expand Down
Binary file added apps/web/public/images/seo_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 9c1426b

@vercel
Copy link

@vercel vercel bot commented on 9c1426b Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.