This commit is contained in:
Alexis Bruneteau 2025-05-31 16:08:09 +02:00
parent 7e0cd37851
commit 0643d4fb08

View File

@ -50,6 +50,10 @@ jobs:
echo "${{ secrets.KUBE_CONFIG }}" | base64 -d > ~/.kube/config
chmod 600 ~/.kube/config
- name: Check Config
run: |
cat ~/.kube/config
- name: Create ConfigMap for app files
run: |
kubectl create configmap hosting-frontend-files \