Fail log in Automatic deploy mobile

Priority: Medium
Request: Automatic deploy is returning Fail on mobile builds.
Project ID: myhelpa-15611
Project Link: https://myhelpa-15611.botics.co/
Staging Link:
Additional Info:

when trying to build it throws this problem (locally the build its Okay)

[18:08:32]: ▸ [35mSyntaxError: /home/circleci/build/src/utils/api/SessionApi.js: Try to import dotenv variable "API_URL" which is not defined in any .env files.[0m
[18:08:32]: ▸ [35merror src/utils/api/SessionApi.js: /home/circleci/build/src/utils/api/SessionApi.js: Try to import dotenv variable "API_URL" which is not defined in any .env files.[0m
[18:08:32]: ▸ [35m> 1 | import {API_URL} from 'react-native-dotenv';[0m
[18:08:32]: ▸ [35m| ^^^^^^^[0m
[18:08:32]: ▸ [35m> 1 | import {API_URL} from 'react-native-dotenv';[0m
[18:08:32]: ▸ [35m2 | import AsyncStorage from '@react-native-community/async-storage';[0m
[18:08:32]: ▸ [35m| ^^^^^^^[0m
[18:08:32]: ▸ [35m3 | import {[0m
[18:08:32]: ▸ [35m4 | methods,[0m
[18:08:32]: ▸ [35m2 | import AsyncStorage from '@react-native-community/async-storage';[0m