• douglasg14b@lemmy.world
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    2 days ago

    There’s a reason we value the local development environment.

    You can run everything locally, the only use for the cloud environment is for CD.

    • Gonzako@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      22 hours ago

      I’ll be honest. I just enjoy seeing my auto updater script work whenever I push to main and the Web page updates itself. FEELS SO GOOD TO JUST DO A PUSH AND HAVE YOUR CHANGES UP IN 3 MINS.

      • douglasg14b@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        14 hours ago

        Well yeah!

        That’s the CD part :)

        We’re rolling the same thing, except with all our cloud infrastructure, our code, and various integrations.

        Automatic deployments are so great, as long as you trust your integration process and test suites.