Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ragurney/samson-job
A simple tool written in Go to kick off, monitor, and report on a single Samson deploy.
https://github.com/ragurney/samson-job
deployment go golang samson
Last synced: 1 day ago
JSON representation
A simple tool written in Go to kick off, monitor, and report on a single Samson deploy.
- Host: GitHub
- URL: https://github.com/ragurney/samson-job
- Owner: ragurney
- License: mit
- Created: 2018-10-05T20:30:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T18:33:16.000Z (over 6 years ago)
- Last Synced: 2024-12-10T12:43:18.837Z (about 2 months ago)
- Topics: deployment, go, golang, samson
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# samson-job
[![Docker Pulls](https://img.shields.io/docker/pulls/ragurney/samson-job.svg)](https://hub.docker.com/r/ragurney/samson-job/)
A simple tool written in Go to kick off, monitor, and report on a single [Samson](https://github.com/zendesk/samson)
deploy.## Usage
Required Environment Variables:
* `SAMSON_PROJECT` (id or permalink)
* `REFERENCE` (e.g. 'master', 'v123', '9e44cb0fe')
* `SAMSON_STAGE` (id or permalink)
* `SAMSON_TOKEN`
* `SAMSON_URL` (e.g. 'https://samson.cooldomain.org')Optional Environment Variables:
* `POLL_INTERVAL` (in seconds, default: 30)
* `DEPLOY_TIMEOUT` (in minutes, default: 120)`go run main.go`