Skip to content

taleodor/mafia-deployment

Repository files navigation

Mafia Card Shuffle

This is a deployment project for Mafia Card Shuffle (simple card and player order shuffle for a classic Mafia game). You can find deployed project at https://mafia.brolia.com.

Component projects:

Deployment is managed via Reliza Hub.

General CI/CD principles:

Writeups on possible CI/CD integrations with Reliza Hub:

Basic deployment via docker-compose

  1. Clone this project
  2. cd compose
  3. docker-compose up -d

Your server will be listening on port 8081 (edit port mapping in docker-compose.yml to change).

Basic deployment on kubernetes

  1. Clone this project
  2. kubectl create namespace mafia
  3. kubectl apply -f k8s_production/

Other

Any contributions are welcome!

Ask questions via DevOps Community.