简体   繁体   中英

How redeploy application on Google App Engine?

I couldn't find it in the documentation, so help me please.

When I want to deploy WAR file to Google App Engine, I just clone it from git in the cloud shell and press

mvn appengine:deploy

And application successfully deploys and starts. So I have a question, when I'm fixing something, pushing in git, how to make application stop and redeploy with new, pulled changes?

使用诸如Jenkins或Hudson之类的持续集成工具,或编写您自己的服务,该服务将在检测到代码库中的更改后进行重新部署。

please have a look at this article

https://medium.com/evenbit/an-easy-guide-to-automatically-deploy-your-google-app-engine-project-with-gitlab-ci-48cb84757125

it describes how to use gitlab for deploying to Google App engine

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM