harrisrobin
08/05/2018, 4:25 PMprisma deploy -e .env.prod
, it does not pick up on the correct environment variable but instead uses the .env file which points to my local servernoahdavis
08/05/2018, 5:26 PM/
in front of the declared env file
our prisma deploy command looks like this
"deploy-prisma-prod": "prisma deploy --env-file /.env.prod"
harrisrobin
08/05/2018, 9:51 PMnilan
08/06/2018, 7:24 AMharrisrobin
08/06/2018, 3:52 PMharrisrobin
08/06/2018, 3:52 PMharrisrobin
08/06/2018, 3:53 PMharrisrobin
08/06/2018, 3:53 PMharrisrobin
08/06/2018, 3:53 PMharrisrobin
08/06/2018, 3:53 PMnilan
08/06/2018, 4:52 PM