epicweb-dev / epic-stack

This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.
https://www.epicweb.dev/epic-stack
MIT License
4.32k stars 355 forks source link

add RESEND_API_KEY to Dockerfile and deploy.yml #739

Closed wginsberg closed 3 months ago

wginsberg commented 3 months ago

This adds the RESEND_API_KEY env var to the Dockerfile and deploy.yml

Submitting this PR as it worked for me, I'm not sure if there was already another way to do it.

Test Plan

Set the value of RESEND_API_KEY as a secret in github and deploy with Github Actions as usual.

Checklist

kentcdodds commented 3 months ago

For secret environment variables that are only needed during the application runtime, you use fly secrets to set them.

I hope that helps!