Cloudinary environment variables are not being used causing a failure

Don’t worry about this one guys, I have figured it out…finally.

So all I had to do is just add in my environment variables to the app.yaml file before deployment like so:

env_variables:
CLOUDINARY_NAME=‘fakeName’
CLOUDINARY_KEY=‘1234567890123456’
CLOUDINARY_SECRET=‘12345678901234567890’

Hope this can help someone else.