Skip to content

Comment on Cloud Run Button: Click-to-deploy your Git repos to GCP

Comments

Any thoughts on auto-detecting the language/framework so that’s it’s just git push and you don’t even need a dockerfile? For a zeit or Heroku like experience.

It might require a lot of conventions (which might not be worth it finally) but as a quick deploy and experiment solution, it’d be super awesome.

Disclaimer: working on this project.

When there are no Dockerfiles, we use CNCF Buildpacks (https://buildpacks.io) similar to Heroku buildpacks.

Some apps without Dockerfile are currently deployable using this, as buildpacks detect the language/framework.

similar to Heroku buildpacks.

In fact Heroku is one of the founding contributors for Cloud Native Buildpacks (along with Pivotal, where I work).

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.