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.

Ask HN: How do you currently deploy your web app to the cloud?

1 pointsby tzzalmost 9 years ago

2 comments

tmalyalmost 9 years ago
git pull, go install program<p>then I run my systemd script to restart the service
herbstalmost 9 years ago
git + the `post-receive` + a bash script