For multiple years now I have been using CircleCI to deploy multiple projects to GAE. My deploys are: “git checkout production; git merge master; git push”. It’s super easy and pretty well documented at Circle’s website. I’m happy to share my configs too.
“push to deploy” doesn’t seem like a CI concern not a Google concern, no? At the very least I don’t want anything going to prod that hasn’t been tested. Jeff On Thu, Apr 6, 2017 at 5:14 AM, Sivaprakash Saripalli <[email protected]> wrote: > One more point pointing in this direction is continous integration or lack > of support for it. They have removed support for Push-to-deploy (been 2 > years now I think). I couldn't even find documentation related to wiring up > App Engine with Jenkins while there is ample documentation for Google > Container Engine. > > If Container Engine/Kubernetes is the future, they should come out and say > so. > > On Friday, March 31, 2017 at 6:09:29 PM UTC+5:30, Tim Consolazio wrote: >> >> I've been noticing some things: >> >> - App Engine support shunted over to Stack Overflow (so...a non-Google >> community resource). >> - Mail API pretty much deprecated (no more quota expansions, 100 email >> limit). >> - Deprecation of Channel API (sure we have Firebase, but still...what's >> the commitment to that?) >> - No Java 8 (and 7 was a long time in coming). >> - Gradual deprecation of local SDK in favor of remote/virtual dev (which >> to me is unacceptable, I depend on that local SDK). >> >> I frequently recommend App Engine (and I've built quite a few apps on >> it). I've been a rogue evangelist of the platform for years (since it was >> released in fact), and have been contracted by Google three times to build >> applications using it. So I'm not a hater in any way. >> >> But I can't look at these events (particularly the Stack Overflow thing) >> and ignore the impression that App Engine is beginning to feel more like a >> side project rather than a commercial offering with full resource >> commitment by the vendor. >> >> Curious about a formal statement of commitment here, and a complete >> roadmap of what we can reasonably expect over say, the next two years. >> >> -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/google-appengine/41de0f0f-d090-432a-9cca- > 107be2f838f0%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/41de0f0f-d090-432a-9cca-107be2f838f0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CADK-0uj5e%2BiUwenwyw4NAX6gj8KKTXg9S9DOeJtNgPOFjWeUTQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
