Deployer 9000
Version updated for https://github.com/Black-HOST/deployer to version v1.1.
- This action is used across all versions by 2 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Deployer 9000 is a lightweight deployment tool designed for seamless integration with GitHub Actions, enabling automated code deployment via FTP, FTPS, SFTP, or SSH. It simplifies CI/CD workflows by providing secure and configurable options for transferring files, including support for parallel uploads, pre/post-deployment scripts, and protocol-specific optimizations. Its minimal dependencies and secure practices make it an efficient and reliable solution for automating deployment tasks.
Release notes
🚀 DEP 9000 v1.1
This release focuses on better deploy hooks, safer defaults, and improved workflow visibility.
What’s Changed
- Added multi-line PRE/POST script support for more complex deployment logic
- Disabled
sshpassverbose mode to reduce risk of accidental secret leakage in logs
Full Changelog: https://github.com/Black-HOST/deployer/compare/v1...v1.1