Tockus
Can't figure out how to deploy Node.js project from CLI.
@Brody sorry for off-topic question, but do you know how to access deployed files as my bot writes some files and I would like to have access to them?
Or is deployment basically unaccessible?
33 replies
Can't figure out how to deploy Node.js project from CLI.
Lmao that is out of scope of my competence. I've developed simple telegram bot in a couple of hours and don't want to go as far as spreading project files across multiple webservices :D
I just hope to deploy it remotely so it won't be spinning on my local machine )
33 replies
Can't figure out how to deploy Node.js project from CLI.
is there a way I can just scoop everything from /build and deploy it to remote via CLI?
or is there a way I can provide that file to deployment via website interface? I haven't seen such an option, only env variables can be set, but that's it
33 replies
Can't figure out how to deploy Node.js project from CLI.
@Brody
So I have a couple of files:
chatgpt-presets.default.json
is file with default strings I use to prompt ChatGPT. Basically usecase for that file is to be used by other devs when they are trying out my application.
chatgpt-presets.local.json
is "production" file that I put personalized prompts inside. I don't want to share these on web with anyone, this file is for local development only and it happens that I want to deploy build with using that file instead default one.33 replies