Below you will find pages that utilize the taxonomy term “Tecbeckp”
April 1, 2026
Unique SSH Deployer
Version updated for https://github.com/Tecbeckp/ssh-deploy to version v1.1.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, SSH Deploy, securely deploys files to a remote server via SSH/SFTP while performing incremental synchronization. It automates file transfers by hashing local files, comparing them to the server state, and only uploading new or modified files, while removing deleted ones.
March 31, 2026
Unique SSH Deployer
Version updated for https://github.com/Tecbeckp/ssh-deploy to version v1.1.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary SSH Deploy is a GitHub Action designed to securely deploy files to a server via SSH/SFTP with a focus on efficiency and incremental updates. It automates the process by tracking the deployment state, transferring only changed files, and removing outdated ones, solving problems related to manual file syncing and ensuring secure and optimized deployments.
March 30, 2026
Unique SSH Deployer
Version updated for https://github.com/Tecbeckp/ssh-deploy to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The SSH Deploy GitHub Action automates the process of securely deploying files to a remote server using SSH/SFTP, offering smart incremental synchronization that transfers only new or modified files while removing deleted ones.