alexromlex/SSH-Compose-Action

SSH into host and deploy repository with Docker Compose

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ssh_private_keyPrivate SSH key used for logging into remote system.yes
ssh_hostRemote host name.yes
ssh_portRemote SSH port.yes22
ssh_userRemote user name.yes
docker_compose_filenameDocker compose file to usedocker-compose.yaml
env_filenameEnv file to use by composefalse
docker_compose_downExecute docker compose-down ("true" or "false").false
tar_package_operation_modifersTar operation modifiers used while creating the package.--exclude .git --exclude .github --exclude .gitignore --exclude .gitmodules

no outputs