Skip to content

LevInteractive/docker-stackahoy-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

A handy image to use for CI deployments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published