justin_cohen
09/05/2023, 3:16 PMMatt Menzenski
09/05/2023, 3:47 PMpat_nadolny
09/05/2023, 7:18 PMIt is feasible that an Ubuntu WSL environment could be set up on this server and act as the production environment; would this be a more straightforward solution?I havent had to deal with windows servers personally so I dont know the difficulty level but to me this is more of a reason to use containers. As long as the server can run your container then you're good vs if you have to configure the server before the pipelines will work then it feels more fragile. What happens if you want to move to a different server? To the cloud? Other advantages like being able to easily roll back to a previous image version if you have deployment issues, which is harder if you're directly installing on the server.
I really would like to incorporate CI/CD and testing into the new infrastructure as well, but I'm not sure if there is a workaround that would allow automatic deployment of changes to the infrastructure source code if it is running on a local server.Can you say more about what you mean by this?
justin_cohen
09/06/2023, 12:43 PMjustin_cohen
09/06/2023, 12:49 PMpat_nadolny
09/06/2023, 1:35 PMandy_carter
09/06/2023, 8:07 PM