Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 520 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 520 Bytes

stackahoy/stackahoy-cli

Use this image when deploying with Stackahoy in your pipeline so you won't have to npm i -g stackahoy.

https://hub.docker.com/r/stackahoy/stackahoy-cli/

Example

This is a snippet from a GitLab CI (gitlab-ci.yml) file, but it could be used in any CI pipeline.

deploy:
  image: stackahoy/stackahoy-cli
  stage: deploy
  script:
    - stackahoy deploy -t $STACKAHOY_TOKEN -b staging -r $REPO_ID
  only:
    - staging
  tags:
    - dind