jrm402/Docker Swarm Deploy Action

Deploy a Docker stack on a Docker Swarm

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
remote_hostHost running Docker Swarmyes
remote_portSSH port on the host running Docker Swarmno22
remote_userUser to connect to remote hostyes
remote_private_keyPrivate key used for ssh authenticationyes
ssh_commandCustom SSH command to run on the remote host instead of docker stack deploy. When set, stack_file and stack_name are not required.no""
stack_filePath to the stack file to be used for deployno""
stack_nameName of the stack to be deployedno""
stack_paramAdditional stack parameter valueno""
docker_login_registryRegistry to perform docker login on the remote hostno""
docker_login_usernameUsername to perform docker login on the remote hostno""
docker_login_passwordPassword (token) to perform docker login on the remote hostno""
deploy_timeoutTimeout for the deploy check (in seconds)no600
debugShow debug informationno0

no outputs