Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`