CORD-ai / cord-website

CORD AI website.
MIT License
1 stars 4 forks source link

Added CORD's credentials for EmailJS. #34

Closed Anindyadeep closed 2 years ago

Anindyadeep commented 2 years ago

I added the CORD's credentials and the emails are successfully getting to CORD's account. In the next versions we need to create a .env file in order to save the credentials.

netlify[bot] commented 2 years ago

Deploy Preview for cord-ai ready!

Name Link
Latest commit 580b863d6a80f14b4fbc657f9f8504e418b9b3c7
Latest deploy log https://app.netlify.com/sites/cord-ai/deploys/630e67ccf41cd70008e64e3f
Deploy Preview https://deploy-preview-34--cord-ai.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

AneeshBose commented 2 years ago

Creating a .env file is fine. Is there a way to add the .env manually to netlify? We cannot track .env files as they contain secrets. It should be added in the .gitignore.

Anindyadeep commented 2 years ago

Creating a .env file is fine. Is there a way to add the .env manually to netlify? We cannot track .env files as they contain secrets. It should be added in the .gitignore.

Just for this reason only I wasn't able to push in the current PR. We might have to look into this for pushing in the next issue.