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:latestencrypted_env_file: codeship.env.encryptedcodeship-steps.xml:
# CI Steps
- service: highlandercommand: highlandertag: (^staging$|^prod$)# CD Steps