from Hacker News

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

by tzz on 8/16/16, 1:15 PM with 2 comments

  • by tmaly on 8/16/16, 3:23 PM

    git pull, go install program

    then I run my systemd script to restart the service

  • by herbst on 8/16/16, 1:32 PM

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