dombyte/Docker Deploy Action via SSH

Deploy your app with Docker Compose over SSH, using known_hosts for verification

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ssh_hostSSH Hostyes
ssh_userSSH Useryes
ssh_private_keySSH Private Keyyes
ssh_portSSH Portno22
ssh_known_hostsContents of known_hosts file to verify server identityno
project_pathRemote path to deploy toyes
pre_commandCommand to run on remote before docker-composeno""
post_commandCommand to run on remote after docker-composeno""
deploy_filePath of the docker-compose file relative to project rootnodocker-compose.yml
extra_filesComma-separated list of extra files/folders to uploadno""
compose_pullPull images before starting (true/false)notrue
compose_buildBuild images before starting (true/false)nofalse
compose_argsExtra arguments passed directly to 'docker compose up'no--remove-orphans

no outputs