🤩 New Features
- Support for self-hosted registries
- Created a new input called
md5_file_path
where you can store the MD5 checksum intomd5_variable_name
- Added
--detatch=false
todocker stack deploy
so you get actual truth the deployment went well (Instead of the default method of assuming 😅)
🚨 Breaking Changes
My input names were bothering my OCD, so I changed them to:
Old Parameter Name | New Parameter Name |
---|---|
deployment_ssh_private_key | ssh_deploy_private_key |
remote_ssh_known_hosts | ssh_remote_known_hosts |
remote_ssh_deployment_user | ssh_deploy_user |
remote_ssh_server_hostname | ssh_remote_hostname |
remote_ssh_port | ssh_remote_port |