Wat
In this article I will detail the thought process and implementation of an automated build and deployment pipeline that I wrote to r...
For further actions, you may consider blocking this person and/or reporting abuse
As a small reference to the book “The Unicorn Project”: you are following the ideal of locality and simplicity:
Test your code locally and with fast feedback in a production like environment: great job!
Could you provide a repo with your article content?
I would recommend some refactorings, this is very hard to read for me:
I haven't read the Unicorn Project, but I might have to now!
You can find the code here github.com/cishiv/cicdexample
What refactoring would you recommend for readability? Feel free to open a PR on the repo if you want 😊
Thanks for taking the time to read!
really good post, and really intuitive also, but i got a question, what does the command "buildDocker" stands for? as it always output "command not found" on my terminal
Edit, i guess is a "build docker" command alias
Thanks for the hard work you've put into this post.
There are several very popular open source tools for this problem.
look into this post -
medium.com/containers-101/the-ulti...
my personal favourite is skaffold, which has all of these features built-in and a lot more...
good luck
I actually drew some inspiration from similar tools - they're really cool and allow for far more customization. This was more an exercise in 'seeing if I could do it'. Thanks for reading!
Excellent post! Thank you for the insights!
Thank you for taking the time to read it! 😊
Absolutely amazing u r awesome 🔥
Thanks 😀
Thanks for the post, really enlightening and a big help in understanding the internal workings of CI.
Thank you for reading John. Writing it helped me understand a whole bunch about CI as well
Tremendous first post!
Thank you!
Hands down the best CICD example I have seen. I look forward to more articles!
This means a lot. Thank you! I have a few that I'm working on 😁
Good Stuff man!
Thanks brother