Nightly build tool for go applications

Gopei shell 1.7.5 introduce a new nightly build tool. Basicaly is a temporised build and deploy. Let say that i make some changes in my project but from some various reasons i can’t deploy now in production until the end of the program or let supose my server are on other time zone and i need to deploy the project late in the night. So, a nightly build and deploy tool can be useful.

The tool get from the current project remote architecture (GOOS) and a time in cron format. at given time it build,teleport and run the project with the cloud tool from your work station on the remote server. Also, it detach the session so you can close computer later.

You can also queue more projects to deploy on various servers.

The project is still at first version,let me know if you find bugs :innocent:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.