prod: rename truenas compose to .example and gitignore the real one

This commit is contained in:
2026-07-07 12:15:44 +02:00
parent 97b95e1ca4
commit ccc75b5991
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
-H "Authorization: token $TOKEN" -H "Content-Type: application/json" \
-d "{\"tag_name\":\"$TAG\",\"name\":\"$TAG\",\"body\":\"$BODY\"}" | jq -r '.id')
echo "Release créée (id=$REL_ID)"
for f in docker-compose.truenas.yml docker-compose.prod.yml .env.prod.example; do
for f in docker-compose.truenas.yml.example docker-compose.prod.yml .env.prod.example; do
curl -sSf -X POST "$API/releases/$REL_ID/assets?name=$f" \
-H "Authorization: token $TOKEN" \
-F "attachment=@$f;type=text/plain" >/dev/null