ss-cli-deploy
Installation
SKILL.md
Deploy — Docker Compose with Secrets Injected
Pulls Docker images and starts a Compose service with Secret Server credentials injected as environment variables. Secrets flow directly into the subprocess — never written to disk.
When to use
- Deploying a service that reads credentials from environment variables
- Starting a service without creating plaintext
.envfiles - CI/CD workflows where secrets must not touch the filesystem
Prerequisites
- Valid Secret Server token
- A JSON map file defining which secrets map to which env vars
- Docker Compose installed on the target machine