Gitlab Path to Production using Protected git tags

Поділитися
Вставка

КОМЕНТАРІ • 15

  • @pharmajoe990
    @pharmajoe990 Рік тому

    I’ve used a similar approach with the only difference being merge requests are deployed to staging repeatedly. When we want to release we then create a tag. Serves us well

  • @sergioteixeira3313
    @sergioteixeira3313 Рік тому +2

    when deploying to staging/prod in my opinion you should promote the ci/cd artifact/container, so you are sure what you tested in dev is what gets promoted.

    • @siimhs
      @siimhs Рік тому

      Indeed I was thinking similarly. Build once, deploy many.
      But I believe that this can be achieved with Kai's flow by skipping build stage and derive version to be deployed from commit or version tag.

    • @henrikholst7490
      @henrikholst7490 Рік тому

      Yes the methods can be combined. I do like the tag system especially with immutable prefix matching like this. However, for me, all in brunchless is best. No branches, no tags. Only tests with Automatic promotion all the way up.

    • @henrikholst7490
      @henrikholst7490 Рік тому

      If you are doing Kubernetes the promotion stuff becomes important. We should do a collab video on that. I'm not an influencer but I've got solid experience with this. I've iterated most things that doesn't work.

    • @kaihendry
      @kaihendry  Рік тому

      Happy to chat how you do it in Kubernetes! Email me or something.

  • @MnemonicCarrier
    @MnemonicCarrier Рік тому

    Thanks - very interesting 😄I'm trying to set up a GitLab runner at the moment (so I don't have to use the slow shared runner).

  • @getrekt526
    @getrekt526 Рік тому

    Do I am the only one who see an animation on the like button while watching the video, at 9 minutes and 10 secondes, while he says "like the video" ?

  • @puttenicole
    @puttenicole Рік тому

    This trigger a new job every time you tag? Different artifacts?

    • @kaihendry
      @kaihendry  Рік тому +1

      Yes, different artifacts if you’re build isn’t reproducible indeed. It’s definitely not optimal I agree.

  • @joelamoako6778
    @joelamoako6778 Рік тому +3

    make more real life devops videos. thanks for this though

    • @kaihendry
      @kaihendry  Рік тому +1

      This is real life 😂 Or give me an example of a video you want more of

    • @joelamoako6778
      @joelamoako6778 Рік тому

      @@kaihendry something like this, more of this, basically things we can actual use in our actual jobs in production

  • @nachojimenez2420
    @nachojimenez2420 4 місяці тому

    that was remarkably unclear.