Skip to content

Instantly share code, notes, and snippets.

View eronwolf's full-sized avatar

Eron eronwolf

  • Wolf Games
  • Massachusetts
View GitHub Profile

Environment Deployment Process (Updated Strategy)

Overview

This document outlines the deployment process for updating each environment in our Wolf Games infrastructure. We manage four environments (dev, qa, staging, production) with both shared services and independent game applications deployed to GCP Cloud Run using a main-branch-only strategy with Git tag-based releases.

Architecture Summary

Shared Services

  • auth-server: Authentication service deployed across all environments