No post body was provided.
Ask HN: How do you currently deploy your web app to the cloud?
1–3 of 3 posts
Re: Ask HN: How do you currently deploy your web app to the cloud?
#2git + the `post-receive` + a bash script
Re: Ask HN: How do you currently deploy your web app to the cloud?
#3git pull, go install program
then I run my systemd script to restart the service