actions-marketplace-validations/Docker Compose Remote Deploy
Deploy docker-compose with remote docker context
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh_key | SSH private key used to connect to the docker host | yes | — |
| ssh_user | SSH user | yes | — |
| ssh_host | Remote host where docker is running | yes | — |
| ssh_port | Remote port to use, defaults at 22 | no | — |
| compose_file | Docker compose filename. | no | — |
| force_recreate | Recreate containers even if compose file did not change | no | — |
| pull | Pull docker images before deploying | no | — |
| build | Build docker images before deploying | no | — |
| options | Pass additional options to docker-compose | no | — |
| service | Name of service to be deployed | no | — |
Outputs
no outputs