简体   繁体   中英

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

Everythign builds, deploys fine locally. It just looks the web hook for deployment is not being fired ?

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.

Solution:

If you use mvn appengine:update , it will deploy the updates.

This must be an issue at the Google end of things not working with the webhook trigger.

Also, push-to-deploy does work when I use the Google repository. The only change I made was switching to my github repository and adding the webhook.

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