serversideup/docker-swarm-deploy-github-action

Deploy your Docker Swarm apps in seconds. ���

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
docker_compose_file_pathSet your docker compose file path with the CLI options.no-c docker-compose.yml -c docker-compose.prod.yml
md5_file_pathSet the path to the file you would like to get the MD5 checksum for.no""
md5_variable_nameSet the name of the variable to store the MD5 checksum in.noMD5_CHECKSUM
stack_nameThe name of your Docker stack.yes
ssh_deploy_private_keyThe private key you have authenticated to connect to your server via SSH.yes
ssh_remote_known_hostsThe public key of your SSH server to validate we are connecting to the right server.no""
ssh_deploy_userThe user that you would like to connect as on the remote server via SSH.yesdeploy
ssh_remote_hostnameThe hostname or IP address of the server you want to connect to.yes
ssh_remote_portThe SSH port of the remote server you would like to connect to.no22
registryComma-separated list of container registries to authenticate with (e.g., "docker.io,ghcr.io").nodocker.io
registry-usernameThe username to use to authenticate with the container registry.yes
registry-passwordThe password to use to authenticate with the container registry.yes
registry-token⚠️ DEPRECATED: Use registry-password instead. The token or password to use to authenticate with the container registry.no
log_levelThe log level to use for the Docker CLI.debug
env_file_base64The base64 encoded .env file to load into the container.no

no outputs