Y
Hacker News
new
|
ask
|
show
|
jobs
by
polishdude20
467 days ago
My method is I push my code to master and then ssh to my server, git pull and restart the server
1 comments
Etheryte
467 days ago
while true; do git pull && sudo reboot; done
link