Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
/ highlander Public archive

A Mutex for Codeship Pro builds, used to protect deployment steps across multiple builds.

License

Notifications You must be signed in to change notification settings

tailsdotcom/highlander

Repository files navigation

Highlander

A Mutex for Codeship Pro builds, used to protect deployment steps across multiple builds.

codeship.env: (and jet encrypt codeship.env codeship.env.encrypted)

CODESHIP_ORGANIZATION=foo
CODESHIP_USERNAME=bar
CODESHIP_PASSWORD=baz

codeship-services.xml:

highlander:
  image: ghcr.io/tailsdotcom/highlander:latest
  encrypted_env_file: codeship.env.encrypted

codeship-steps.xml:

# CI Steps
- service: highlander
  command: highlander
  tag: (^staging$|^prod$)
# CD Steps