DEV Community

Discussion on: Elixir/Phoenix Project: Ticket Workflow & CI Integration

Collapse
 
neophen profile image
Mykolas Mankevicius

Hey amazing work, i've managed to setup the CI with your explanation it's super nice.

The only thing i would mention is that you've pasted the yaml file like 4 times and the last one is not actually the final version of it, as it's missing the previous step of adding the db docker.

The only way i would imagine you could improve this is by having 1 final one, and some small snippets in between.

Anyways awesome work!

Collapse
 
noelworden profile image
Noel Worden

Thanks so much for the feedback! I have posted an updated final yaml file. I know what you are saying about posting the file several times, it's tough trying to find the 'right' way to show a progression in the same file.

I'm happy you were still able to use this post to help setup your own CI.