Skip to content

Commit 1e4db1e

Browse files
authored
Merge pull request #55 from hasura/hasura-deployment
add hasura related instructions
2 parents 12a6ef2 + e634a41 commit 1e4db1e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ To use any base-repo, do the following:
6868
![curl example](https://raw.githubusercontent.com/hasura/quickstart-docker-git/master/_docs/3-curl.png)
6969

7070

71+
# Deploying the base-repo on Hasura
72+
If you have gotten the base-repo of your choice to work on your machine, you may want to deploy your docker based API/service to the cloud. Using [Hasura](https://hasura.io), you can do that with a simple `git push` command. Follow these instructions to get started:
73+
74+
- Get yourself a free Hasura project by signing up at the [Project Dashboard](https://dashboard.hasura.io)
75+
- Check out the reference documentation on [how to create a `git push` service and deploy your code as a service](https://docs.hasura.io/0.14/ref/custom-microservices/creating-git-push-microservices.html)
76+
7177
# Automated Docker hub builds
7278

7379
All base repos in this collection can readily be integrated to setup an

0 commit comments

Comments
 (0)