humbertocrispim/Docker Compose Deployment (SSH)
SSH into host and deploy repository with Docker-Compose
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh_private_key | Private SSH key used for logging into remote system. | yes | — |
| ssh_host | Remote host name. | yes | — |
| ssh_port | Remote SSH port. | yes | 22 |
| ssh_user | Remote user name. | yes | — |
| docker_compose_prefix | Prefix for docker-compose containers. | yes | — |
| docker_compose_filename | Docker compose file to use | — | docker-compose.yml |
| pull | Docker Compose pull images. | — | false |
| use_stack | Use docker stack instead of docker compose ("true" or "false"). | — | false |
Outputs
no outputs