devhulk / public-api

A GraphQL public API for the demo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

public-api

A GraphQL public API for the demo app

CircleCI

Docker Image: https://hub.docker.com/repository/docker/hashicorpdemoapp/public-api

Creating a new release

The build pipeline is setup with Circle CI to build and create a new Docker image whenever a new tag is pushed to this repo. To create a new release execute the following commands:

# Use sem var for tags, i.e. v0.0.1
git tag [tag]
git push origin [tag]

About

A GraphQL public API for the demo app

License:Mozilla Public License 2.0


Languages

Language:Go 92.1%Language:Makefile 6.3%Language:Dockerfile 1.5%