Deployment of code

i have created a program
and i wanna check my strategy for live values , so running my computer all the time is hard,
so i tried to deploy the code in render.com (web services) ,
and also i have kept my access token in env file.

while deploying it is showing few error :

An error occurred: Error: Unauthorized

text: ‘{“status”:“error”,“errors”:[{“errorCode”:“UDAPI100050”,“message”:“Invalid token used to access API”,“propertyPath”:null,“invalidValue”:null,“error_code”:“UDAPI100050”,“property_path”:null,“invalid_value”:null}]}’,

is it possible to deploy our code?
or is it my mistake in deploying

@Praveen_Reddy

The message clearly suggests that the access_token submitted to the API is invalid. It might be a good idea to verify whether the token you’re using is a legitimate access_token obtained through the Token API.

Thanks!

can you suggest any platform where i can deploy the Algo trading code,
and have the access to check logs every moment.

free platforms