sunrising
07/09/2018, 11:47 PM.env
and a .env-dev
but then how can i switch between the two? what do i have to write in the yml?KyleG
07/10/2018, 1:19 AMprisma deploy -e .env-dev
And for docker containers (if you're using them) you can look here for instructions on --env-file=.env-dev
for docker and docker-compose.
https://docs.docker.com/compose/environment-variables/#pass-environment-variables-to-containers