Ross ROSS = Recommend OSS · open-source software intelligence for agents

easingthemes/ssh-deploy

GitHub Action for deploying code via rsync over ssh. (with NodeJS) observed · 2026-08-28

github.com/easingthemes/ssh-deploy · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

81/100

  • Activity 75
  • Release rhythm 77
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 0
  • age_days: 2534
  • days_rel: 153
  • days_push: 153
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1344 stars · 157 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A GitHub Action that deploys code from the GitHub workspace to a remote server via rsync over SSH, implemented in NodeJS for speed. It supports running scripts on the remote host before and after the rsync transfer.

Use cases

  • deploy build output to a server after CI build
  • rsync files to remote host over ssh in github actions
  • run remote scripts before and after deployment
  • deploy dist folder to staging server
  • continuous deployment to a vps from github

When to choose

  • you deploy static or built files to a server you can ssh into
  • you want a fast rsync-based deployment step inside GitHub Actions
  • you need pre/post deployment scripts executed on the remote host

When to avoid

  • you deploy to container platforms like Kubernetes or serverless rather than ssh-accessible servers
  • you need full infrastructure-as-code provisioning rather than file sync
  • your target requires passphrase-protected ssh keys

Facets

plugin · maturity active

deployment ci-cd ssh web-development cloud github-action rsync ssh-deployment continuous-deployment devops automation docker linux

1 source

Member repositories

RepositoryRoleHealth v2
easingthemes/ssh-deploymain81

For agents

markdown · JSON · MCP: product_card(name="easingthemes/ssh-deploy")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem