I am wondering if there are any convenient ways to automate the deployment of code on a real server in GO, either standard built-in methods, or otherwise.
I need a google engine mechanism, like, I just run the command, and it loads onto the server and starts the restart.
(Ultimately, I want the git commit to trigger reconnection and redeployment, but that means there will be no track in the future)
source
share