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.

  • smeg@feddit.uk
    link
    fedilink
    English
    arrow-up
    23
    ·
    2 days ago

    If you can test it on a feature branch then at least you can squash or tidy the commits after you’ve got them working. If you can only test by committing to main though, curse whoever designed that.

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

      Well, it does have triggers for other branches:

      on:
        push:
          branches: [ "main" ]
        pull_request:
          branches: [ "main" ]
      

      So, most probably would have a way to run it on other branches.