serversideup/docker-swarm-deploy-github-action
Deploy your Docker Swarm apps in seconds. ���
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| docker_compose_file_path | Set your docker compose file path with the CLI options. | no | -c docker-compose.yml -c docker-compose.prod.yml |
| md5_file_path | Set the path to the file you would like to get the MD5 checksum for. | no | "" |
| md5_variable_name | Set the name of the variable to store the MD5 checksum in. | no | MD5_CHECKSUM |
| stack_name | The name of your Docker stack. | yes | — |
| ssh_deploy_private_key | The private key you have authenticated to connect to your server via SSH. | yes | — |
| ssh_remote_known_hosts | The public key of your SSH server to validate we are connecting to the right server. | no | "" |
| ssh_deploy_user | The user that you would like to connect as on the remote server via SSH. | yes | deploy |
| ssh_remote_hostname | The hostname or IP address of the server you want to connect to. | yes | — |
| ssh_remote_port | The SSH port of the remote server you would like to connect to. | no | 22 |
| registry | Comma-separated list of container registries to authenticate with (e.g., "docker.io,ghcr.io"). | no | docker.io |
| registry-username | The username to use to authenticate with the container registry. | yes | — |
| registry-password | The 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_level | The log level to use for the Docker CLI. | — | debug |
| env_file_base64 | The base64 encoded .env file to load into the container. | no | — |
Outputs
no outputs