Google Cloud latency for deployment?

I am trying to google cloud for my PHP site. I am using bitbucket git repo and connecting it to my google cloud account. Now I want to test the push-to-deploy function. I am setting up a release pipeline so that any git will push to the bitbucket repository, which is supposed to be automatically deployed to the compute engine. But it just won't be deployed at all. Google doesn't show anything in the commit table on the release pipeline page, although we could see that the code was successfully updated via the Browse menu. enter image description here

+3


source to share


1 answer


Google changed the push function a bit for deployment. Now you need to create a Jenkins instance to build and test your application. Go through documents [1] and follow these steps.



[1] Pushto deploy: https://cloud.google.com/tools/repo/push-to-deploy

+1


source







All Articles