Merge pull request 'character-selection' (#2) from character-selection into main
Deploy Promiscuity Auth API / deploy (push) Failing after 11m22s
Deploy Promiscuity Character API / deploy (push) Failing after 10m57s
k8s smoke test / test (push) Successful in 7s

Reviewed-on: #2
This commit is contained in:
2026-01-07 17:03:56 -06:00
169 changed files with 5643 additions and 189 deletions
+3 -3
View File
@@ -25,7 +25,7 @@ jobs:
# -----------------------------
- name: Build Docker image
run: |
cd microservices/Auth
cd microservices/AuthApi
docker build -t "${IMAGE_NAME}" .
# -----------------------------
@@ -90,8 +90,8 @@ jobs:
env:
KUBECONFIG: /tmp/kube/config
run: |
kubectl apply -f microservices/Auth/k8s/deployment.yaml -n promiscuity-auth
kubectl apply -f microservices/Auth/k8s/service.yaml -n promiscuity-auth
kubectl apply -f microservices/AuthApi/k8s/deployment.yaml -n promiscuity-auth
kubectl apply -f microservices/AuthApi/k8s/service.yaml -n promiscuity-auth
# -----------------------------
# Rollout restart & wait