Good day all,
we have windows server based environments and MS based development tools (TFS, VS)
I would like to test Go and possibly implement it in our environment, i have some questions to be able ot move forward with testings:
My testing scenarios:
1) push zip file using Go from shared drive(or local folder in Go server machine - local PC) which is mapped to Go server and Go agents (windows servers) where new releases are deployed
2) Extract the zip file under all agent machines where zip file was pushed to
3) Take off pool members under IIS in those agent machines to start the deployment
4) Once pools are taken out, run the .bat , vbs and .ps1 scripts from extracted zip file, These scripts are basically doing the deployment
Currently, im stuck at creating the pipeline, the material stuff where i have to provide from where it should take the code (zip file). I see the options to use TFS, GIt and etc repositories, though for testing purposes i need to be able to get the zip file from share drive or even from my local pc folder where the Go server is installed. If everything will go smoothly, we plan to have TFS mapped to push the zip files to Go agents.
If anyone could help with my scenarios to bring some light the easiest and best approach and how to configure that i could push zip files from local folder or shared drive, i would appreciate a lot!
thanks!