yarnrc.yml deployment
Hi I'm using FontAwesome Pro for projects and ponder about how does Railway map environment variables? I've had no issue when Railway maps environment variables to .env files, not yarnrc.yml (or npmrc) configs, so the new ordeal isn't completely explicit who maps what. The poor alternative top of mind is comitting the .yarnrc.yml file with the token dirctly in the private github repo used in projects.
Solution:Jump to solution
Thanks Brody for your patience, while everything works fine on my end, I went with a cheap, alternative route; this seems to be more about using env variables with frontend technologies like yarn config files, perhaps influenced with vite + react too. Thats a wrap for this issue. Take care
4 Replies
Project ID:
N/A
N/A
I don't know what yarnrc.yml is, but I think reading this page would be beneficial
https://docs.railway.app/develop/variables
Solution
Thanks Brody for your patience, while everything works fine on my end, I went with a cheap, alternative route; this seems to be more about using env variables with frontend technologies like yarn config files, perhaps influenced with vite + react too. Thats a wrap for this issue. Take care