My script deployed but not running. script works on my system

Hello everyone, i deployed a simple script, it’s content is a automated eth transfer from my wallet. it works when i run it on my system via node script.js but doesn’t work on netlify so far.

i imported my environment variables and set the entry path to “.”

below is the full url of my deployment Netlify App

everything looks good expect that the script isn’t running when deployed on netlify, would appreciate some help.

below is my package.json file

“name”: “bot”,
“version”: “1.0.0”,
“description”: “”,
“main”: “walletbot.js”,
“scripts”: {
“start”: “node walletbot.js”,
“test”: “echo "Error: no test specified" && exit 1”
},
“author”: “”,
“license”: “MIT”,
“dependencies”: {
“web3”: “^1.9.0”
}

The link you shared appears to be invalid.

Note that, Netlify is not meant to run forever running Node.js scripts: