Skip to main content

Darek Greenly

Personal blog, expect game dev and web stuff

Tag: ci-cd

Cards Game World - dev log #4

In this dev log:

  • my experience “managing” the library, tests, CI, coverage, code analysis, publishing (yes, it’s on npm 🙃, though I don’t recommend playing with it yet)
  • automation, testing and more testing

Moving into the cloud

I’ve received an email from my vhost company that they’ll move my account up one tier and in effect double my invoice. Hmm 😱 By the instinct I searched for alternatives for hosting my games portal. Already had some experience with AWS (lonely S3 buckets) so what the hell, let’s go. If I’m going to seriously consider it my “life’s goal” then I should commit to it as much as I can.

  • bought the domain! https://cardgames.world - nothing’s there yet!
  • setup servers at AWS using Terraform configuration
  • portal automatically deploys to test servers when I push changes to develop branch

Continue reading