Relative Content

Tag Archive for node.jsangulargithubgoogle-cloud-platformdeployment

Deploying google cloud application Full-Stack Angular with Node.js

I want to deploy an application developed in Angular 16 and Node.js 20, through google cloud, the repository on github is as follows, application/ frontend and application/backend, that is, within the repository it contains separate angular from node, like Can I deploy this repository to Google Cloud? Or rather, how do I configure the Dockerfile files to be able to deploy this on Google Cloud, in all the ways I tried, they are giving an error when building, because in the Google Cloud configuration you only select the repository, there is no way to inform it to be the frontend or backend folder, so how could I deploy this application?