repositorypackage
0.1.1
Repository: https://github.com/kapetacom/insight-api.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
insight-api
API Service for accessing runtime data
Install Air for auto reload when doing changes
go install github.com/cosmtrek/air@latest
Releasing the insight-api
To release the insight-api, follow these steps:
- Create a new tag in GitHub for the release. The tag should be in the format vX.Y.Z, where X, Y, and Z are the major, minor, and patch versions of the release, respectively.
- Push the tag to GitHub.
- Update the deployment-target-go with the new tag. To do this, edit the insightsDeployment.yml file and replace the old tag with the new tag.
- Commit and push the changes to the deployment-target-go repository.
The new release will be automatically deployed next time people are deploying.