Session 6.3

This commit is contained in:
2026-04-10 21:56:31 +02:00
parent f20d5f09ae
commit 94bfd25553
24 changed files with 2398 additions and 104 deletions

5
buildanddeploy.sh Normal file
View File

@@ -0,0 +1,5 @@
npm install
docker build -t registry.c5ai.ch/pieced/pieced-portal:0.1.4 .
docker push registry.c5ai.ch/pieced/pieced-portal:0.1.4
kubectl rollout restart deployment pieced-portal -n pieced-system