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

1 points by tzz ↗ HN

2 comments

[ 4.8 ms ] story [ 18.5 ms ] thread
git + the `post-receive` + a bash script
git pull, go install program

then I run my systemd script to restart the service