alexromlex/SSH-Compose-Action
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_filename | Docker compose file to use | — | docker-compose.yaml |
| env_filename | Env file to use by compose | — | false |
| docker_compose_down | Execute docker compose-down ("true" or "false"). | — | false |
| tar_package_operation_modifers | Tar operation modifiers used while creating the package. | — | --exclude .git --exclude .github --exclude .gitignore --exclude .gitmodules |
Outputs
no outputs