Until he actually had to use it.

Took 2 hours of reading through examples just to deploy the site.
Turns out, it is hard to do even just the bash stuff when you can’t see the container.

  • frezik@midwest.social
    link
    fedilink
    arrow-up
    0
    ·
    2 years ago

    Normally, you don’t want to commit code unless it’s been at least minimally tested, and preferably more than that.

    All the CI’s, however, force a workflow where you can only test it by committing the code and seeing if it works. I’m not sure how to fix that, but I see the problem.