Hacker News new | ask | show | jobs
by o-__-o 2421 days ago
I use an execution system to run scripts on remote hosts. I create dns via api calls, configure a web server to accept that domain, which points to a parked landing page. When ready I run another script that pulls the latest tag from git and drops it onto the web server . These pages are served until I make a change to git and push deploy. I would like to make a ui to this but my JS skills suck donkey butt.