我有一个Angular项目和Django(后端)项目。到目前为止,我正在使用Gitlab CI / CD在Google Cloud Platform上部署单个应用程序。但是在将来的生产环境中,我想同时部署我的代码。如何在Google Cloud Platform上执行此操作?
答案 0 :(得分:0)
CI/CD on Google Cloud Platform有几种工具。您可以使用Google App Engine with Cloud Build。您可以找到非常简单的教程here。或者,您可以利用Gitlab Google Kubernetes Engine integration。您可以通过here找到官方文档中的示例。