Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git Push to Deploy stopped 'deploy source only' on all App Engine projects

Since yesterday evening the Push-to-Deploy stopped working totally. If I Push a Git commit to the master it's not been deployed anymore. At first I thought this was a problem related to the App Engine Project itself. I've deleted the Release Pipeline and wanted to recreate it. Now the Console only shows the instructions to create a Jenkins Pipeline.

See this documentation for information on how to set up Jenkins, and configure continuous deployment for your GCP apps.

After that I've manually deployed the app to see if there are any issues with my source. The GoogleAppEngineLauncher is deploying the application with no problem at all. I've tried to reproduce this in other AE projects and noticed all projects currently don't process the Git pushes into a deployment.

Are more users experiencing this?

like image 485
Martijn Snels Avatar asked Mar 03 '15 08:03

Martijn Snels


1 Answers

Yea, Now you have to use Jenkins using google cloud instance. See the updated documentation on there website https://cloud.google.com/tools/repo/push-to-deploy

like image 132
Youdhveer Avatar answered Oct 03 '22 21:10

Youdhveer