简体   繁体   English

Google应用引擎,未通过推送部署进行部署

[英]Google app engine, not deploying with push to deploy

Can browse updated source, and pipline looks cororect. 可以浏览更新的源代码,并且管线看起来更正。

However no error messages, and no deployment ? 但是,没有错误消息,也没有部署?

Deployment type Java: Use Maven to build, test, and deploy 部署类型Java:使用Maven构建,测试和部署

Everythign builds, deploys fine locally. Everythign在本地构建,部署良好。 It just looks the web hook for deployment is not being fired ? 看起来部署的Web挂钩没有被解雇?

The same is happening for me. 对我来说也一样。 I see the webhook sent the POST from github when I pushed, but nothing happens on the appengine side. 我看到推送时,webhook从github发送了POST,但在appengine端没有任何反应。

Solution: 解:

If you use mvn appengine:update , it will deploy the updates. 如果使用mvn appengine:update ,它将部署更新。

This must be an issue at the Google end of things not working with the webhook trigger. 在Google端这一定是个问题,无法与Webhook触发器一起使用。

Also, push-to-deploy does work when I use the Google repository. 另外,当我使用Google存储库时,即按即用确实有效。 The only change I made was switching to my github repository and adding the webhook. 我所做的唯一更改是切换到github存储库并添加了webhook。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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