TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: One command to transfer files from a git repo to a staging server

2 pointsby f1gm3ntover 14 years ago
I'm not sure if this is the best way to do this or not, but thought someone here on HN might know of a better way. Also it's a neat little command you can use and I hope someone else finds this useful. You could also make this into a hook to automatically deploy to a staging server.

1 comment

Shakakaiover 14 years ago
Piping git archive into ssh - great stuff!