god
god copied to clipboard
Why does compilation happen on the remote machine?
I'm curious to understand why the compilation happens on the remote machine instead of compiling at the developer machine and then uploading to binary? It seems to me that that this would remove the need for accessing private git repos on the remote machine; making this approach simpler and potentially more secure.
Thanks for the project; keep up the good work.
Steffen
Simply this project installs a Go program using the tool go install. Maybe in the next updates, we can add the option to copy a compiled executable in the local machine to the remote machine, but this approach requires more configuration.