taptap21/Docker-Compose Remote Deployment
A GitHub Action that supports docker-compose on remote hosts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| remote_docker_host | Remote Docker host ie (user@host) | yes | — |
| ssh_public_key | Remote Docker SSH public key | yes | — |
| ssh_private_key | SSH private key used to connect to the docker host | yes | — |
| args | Deployment command args. | yes | — |
| stack_file_name | Docker stack file used. Default is docker-compose.yaml | no | — |
| ssh_port | The ssh port of the server. Default is 22 | no | — |
| docker_login_password | The docker login password | no | — |
| docker_login_user | The docker login user | no | — |
| docker_login_registry | The docker login registry | no | — |
Outputs
no outputs