Ask HN: How do you currently deploy your web app to the cloud?
by tmaly on 8/16/2016, 3:23:46 PM
git pull, go install program
then I run my systemd script to restart the service
by herbst on 8/16/2016, 1:32:59 PM
git + the `post-receive` + a bash script
git pull, go install program
then I run my systemd script to restart the service