Deploy with git #HasuraPaaS


Hasura lets you deploy a custom service using git. All you need to do is create a ‘git push’ enabled service in Hasura console and then add the generated ‘hasura’ remote to your git repository.


How does it work?
All services deployed on the Hasura platform are containerised. When you enable git-push on a service, and push to the git remote on Hasura, your service is built as a container and deployed.
This requires the git repo to define a Dockerfile. You can get started very quickly with one of our git-push-templates available in wide array of languages. Once you have your git project with Dockerfile ready, deploy using the command: git push hasura master


Behind the scenes the docker image is built, configured and deployed using Kubernetes. You can view the detailed status of the deployment in your project console or using kubectl.
If you have used Heroku, this should be familiar!
The Hasura platform helps you deploy FAST by automating the building, installation and deployment process.
Take Hasura for a spin: https://explore.beta.hasura.io