Pipeline Part 1
As discussed in my first post, I initially wanted to lay out a plan for a pipeline in Github that would automagically push changes to a development environment as I coded. The first problem with this is: developers (myself included) are trigger happy. They love to push changes because I mean why not. The second problem I had was that I wanted the app to run continuously. Keeping these two things in mind, I hopped over to Github and started learning about pipelines. Now I have messed a bit with Gitlab pipelines so I had a general idea of what to expect. ...