#byebye-corpo

Deploy joy

Got myself a nice little system set up now to manage and deploy this static site.

It goes:

  1. Locally manage content with Statamic (nice!)
  2. Push to main
  3. Forgejo action runs, which:
    1. Builds site with php please ssg:generate
    2. Copies it to /build (a not .gitignored directory)
    3. Pushes to the prod branch
    4. Pings my Coolify resource deploy webhook
  4. Coolify deploys from /build on prod
  5. You see this!

Have a look at this stuff for more info:

Bye bye GitHub! All the above with a simple VPS (and some technical knowhow)!