Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
26 lines (22 loc) · 524 Bytes

File metadata and controls

executable file
·
26 lines (22 loc) · 524 Bytes

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