Inquiry about heroic cloud

Inquiries about heroic cloud

Hello friends

We are a development team developing an indie game.

I wrote a post before, but we used EC2 to use your service locally, but there were some problems, so we are trying to use heroic cloud.

So I created an instance in heroic cloud and tested it, but I don’t know how to upload our code.

We are currently using nakama 3.20.1 version and cockroack db 23.1 version. And we are using typescript as a runtime. How do we upload our code to the cloud instance?

Also, when we used EC2 before, we used a T3.xlarge model with 8 CPUs. In this case, do we need to use a similar level of CPU? In fact, it is too expensive to use the same CPU…

To upload your code to Heroic Cloud, you’ll need to create a Builder, connect to your source control, and trigger a build. Please note that you’ll need to commit your transpiled TS → JS code in your source repository.

Once that’s completed, update your project with the resultant image and set the js_entrypoint in the configuration tab to where your JS code is.

Thank you for leaving a reply. Are there any code examples or manual documents that can refer to what you mentioned?

Yes, docs are here: Introduction - Heroic Labs Documentation.