Y
Hacker News
new
|
ask
|
show
|
jobs
Ask HN: How do you currently deploy your web app to the cloud?
1 points
by
tzz
3601 days ago
2 comments
tmaly
3601 days ago
git pull, go install program
then I run my systemd script to restart the service
link
herbst
3601 days ago
git + the `post-receive` + a bash script
link
then I run my systemd script to restart the service