Hacker News new | ask | show | jobs
Ask HN: How do you currently deploy your web app to the cloud?
1 points by tzz 3601 days ago
2 comments

git pull, go install program

then I run my systemd script to restart the service

git + the `post-receive` + a bash script