Open ChuckBTaylor opened 10 months ago
Might not be a bad idea.
What does our deployment service suggest for keys? @mwilkins74 you've used them before.
I have it hooked up and emailing. I'm using env variables currently, but that will just mean we have to make sure we pass those into the deploy. There's a public token, a template token, and a service token. I think at least the service should stay hidden. So I just went with all of them.
Netlify (if that's the deployment service we go with) does work with a netlify.toml
file in which environment variables can be stored and are "picked" up during deployment.
https://docs.netlify.com/configure-builds/file-based-configuration/
netlify env vars
@ChuckBTaylor and @mwilkins74
Thinking about punting on this and just hard coding them in. Not great practice, but seems like we either do that or pay for netlify. Thoughts?
I guess we ask Kurt what he wants to do. He'd be the one paying (in either case) after all.
For sure. We can bring up to him whenever we set up a "here's your website" call.
Do we want these tokens as environment variables?