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

1 points by tzz ↗ HN

2 comments

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

then I run my systemd script to restart the service