0
leswile
4y

How do you setup your ci/cd pipeline to work just like you want it, without having to create a quadrillion commits in your repository? Create a branch, make a quadrillion changes and squash them at the end? Is there a better way?

Comments
  • 2
    Use staging and production branches and/or release tags.
  • 1
    What I did with gitlab-ci: pulled those docker images to my lappy, launched them and prepped them manually. Then just copied those commands into ci yml et voila!
Add Comment