A Docker container with stackahoy-cli already installed on it for fast deployments.
967
Use this image when deploying with Stackahoy in your pipeline so you won't have to npm i -g stackahoy.
https://stackahoy.io/docs/cli
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
More information:
Content type
Image
Digest
Size
273.2 MB
Last updated
about 9 years ago
docker pull stackahoy/stackahoy-cli