2 Commits

Author SHA1 Message Date
alexandre grondin 7bed0ff7a8 ci: supprimer le step version TrueNAS (limitation custom app)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21 14:23:59 +02:00
alexandre grondin 1de393c588 ci: mise à jour metadata.yaml pour affichage correct dans l'UI TrueNAS
Build & Deploy / deploy (push) Successful in 12s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21 13:16:43 +02:00
-8
View File
@@ -29,14 +29,6 @@ jobs:
docker push registry.maisongrondin.fr/alexandre/budget-commun:${{ gitea.ref_name }}
docker push registry.maisongrondin.fr/alexandre/budget-commun:latest
- name: Mettre à jour la version sur TrueNAS
run: |
docker run --rm \
-v /mnt/.ix-apps/app_configs/budget-commun/versions/1.0.0:/app \
alpine:3 sh -c \
"sed -i 's/\"app_version\": \".*\"/\"app_version\": \"${{ gitea.ref_name }}\"/' /app/app.yaml && \
sed -i 's/^\"version\": \".*\"/\"version\": \"${{ gitea.ref_name }}\"/' /app/app.yaml"
- name: Redéployer sur TrueNAS
run: |
curl -sf -X POST http://172.16.11.1/api/v2.0/app/redeploy \