notcoffee418/Custom Deploy Action
Deploy a repository using Docker Compose on a remote server through SSH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh_host | Host IP or domain name | yes | — |
| ssh_user | SSH username | yes | — |
| ssh_key | SSH private key | no | "" |
| ssh_password | SSH password | no | "" |
| ssh_port | SSH port | no | 22 |
| ssh_deployer_path | Path to the deployer directory on the remote server where the repository will be placed | yes | — |
| repository | GitHub repository to deploy (e.g., username/repo) | yes | — |
| branch | Git branch to checkout (optional, defaults to "main") | no | main |
| docker_compose_file | Docker Compose file (optional, defaults to docker-compose.yml) | no | docker-compose.yml |
Outputs
no outputs