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
    6
    ·
    1 day ago

    Yeah, I think that’s the best that can be done right now.

    It also leads to a different question: do we really need these fancy systems, or do we need a bunch of bash scripts with a cronjob or monitors to trigger the build?

    • ulterno@programming.devOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      In my last workplace, I was responsible for making whatever automation I wanted (others just did everything manually) and I just appended a bunch of bash scripts to the Qt Creator Build and Run commands. It easily worked pretty well.
      I guess the fancy systems are again, just to add another layer of abstraction, when everything is running on their containers instead of ours.