Ai built the game but I cant deploy
shane695
FREEOP
a month ago
I sent a screenshot of the error but all my code is in the project, I can not add anything myself as I dont know how to code
Attachments
2 Replies
kzarzour
HOBBY
a month ago
You're going to need to check your deploy logs and share those
a month ago
The executable 'cd' could not be found: The deployment runner or docker (which are using) tried to execute cd as a standalone program.
if you are using Github actions or similar YMAL-based CI, don't use cd.
Also, you can check typo error in config (if using npm), it would in package.json
if you can provide proper deployment log, I can help better.