process.env.MY_ENV_VAR.
We deploy your tasks and scale them up and down when they are triggered. So any environment variables you use in your tasks need to accessible to us so your code will run successfully.
Setting environment variables
Go to the Environment Variables page
In the sidebar select the “Environment Variables” page, then press the “New environment variable”
button. 

Specifying Dev values is optional. They will be overriden by values in your .env file when running
locally.





