SCP for GitHub Actions is a GitHub Action for copying files and build artifacts to remote servers over SSH. It is useful for deployment workflows that need to move compiled assets, configuration files, static sites, or release packages after a build. The action supports both password-based access and SSH key authentication, making it adaptable to different server setups. It can upload to one server or multiple servers, and it includes options for proxies, timeouts, path handling, and target...