gogcloudbinariesgitea

Deploy server binaries on google cloud


I have a server binary (gitea) which I am trying to deploy on google cloud App Engine. I can run it successfully on the google cloud console, checked it using web viewer provided in the console. I have few doubts regarding the deployment on google cloud, which I am listing down here.

Is there any difference between running a server in console versus deploying it? If there is a difference how can I deploy the binaries on google cloud App Engine?


Solution

  • It's generally not as simple as plonking a binary on a VM. Not because this approach doesn't work but because you want to consider security (access|control) and maintainability too.

    I recommend you spend some time reading Google's documentation and continue to learn-by-doing to familiar yourself with Cloud Platform.

    Some pointers: