4 Repos
Capabilities for copying local files to remote hosts or downloading content from web sources to targets.
Distinct from Direct-to-Host Deployments: Candidates focus on hosting templates or VM sharing, not the action of deploying files to remote hosts.
Explore 4 awesome GitHub repositories matching devops & infrastructure · Remote File Deployment. Refine with filters or upvote what's useful.
Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a community-maintained Linux server distribution that provides a platform focused on stability and security. The project is fundamentally a Red Hat Enterprise Linux compatible operating system, maintaining bug-for-bug binary compatibility to ensure identical software behavior. This allows it to serve as an enterprise-grade platform without proprietary licensing. The distribution covers a broad range of system administration capabilities, including package management via modular repository
Copies local files to remote servers or downloads files from web sources to target hosts.
Middleman is a Ruby-based static site generator and web framework used to transform templates and assets into standalone HTML, CSS, and JavaScript files. It functions as a multi-engine template processor and build tool, converting source markup into production-ready websites that can be hosted on any web server. The system is distinguished by a comprehensive asset pipeline that handles compression, minification, and fingerprinting to optimize web delivery. It features an extensible architecture with lifecycle hooks and a middleware-based request interception layer, allowing for the programmat
Pushes built static files to remote hosts using protocols such as rsync, FTP, SFTP, or Git.
This project is a publishing pipeline and version-controlled manager for CSS Working Group editor drafts. It serves as a tool for transforming technical source files into standardized web specifications for browser developers and users. The system utilizes a Git-based environment to track changes and iterate on technical rules for web rendering. It employs an automated build process to convert technical markup and editor drafts into static HTML pages for public viewing. The workflow covers browser rendering standards, CSS specification development, and the automated generation of technical d
Deploys individual specification documents to production environments using automated remote file transfer.
This is a GitHub Action designed to automate the deployment of production assets to GitHub Pages or other external repositories. It functions as a CI/CD deployment tool and Git branch synchronizer that mirrors a local directory of build artifacts to a remote branch. The tool distinguishes itself by performing difference-based file pruning, which removes stale files from the destination branch that no longer exist in the source folder. It also supports cross-project workflows by allowing deployments to external repositories using personal access tokens or SSH keys. The action covers broad cap
Updates remote branches with local files while supporting exclusion patterns to preserve specific assets.