From 6b473473c7220c07252b3ec04f1e54828f6c97f0 Mon Sep 17 00:00:00 2001 From: Jerome Villiseck Date: Wed, 9 Oct 2024 16:46:21 +0200 Subject: [PATCH] =?UTF-8?q?modification=20de=20la=20github=20action=20pour?= =?UTF-8?q?=20d=C3=A9ployer=20sur=20clever=20cloud=20la=20branche=20radio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- src/data/radios.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2085d8c..aa36a0f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy to Docker Hub on: push: - branches: [main] + branches: [radio] jobs: build-and-push: diff --git a/src/data/radios.json b/src/data/radios.json index b1c3906..e4ef319 100644 --- a/src/data/radios.json +++ b/src/data/radios.json @@ -10,7 +10,7 @@ { "id": 7, "name": "DJAM Radio", "genre": "Chill / Lounge", "streamUrl": "https://stream9.xdevel.com/audio1s976748-1515/stream/icecast.audio" }, { "id": 8, "name": "Radio Classique Montreal", "genre": "Classique", "streamUrl": "https://listen.radioking.com/radio/228241/stream/271804" }, - { "id": 9, "name": "Radio Swiss Classic", "genre": "Classic", "streamUrl": "https://stream.srg-ssr.ch/m/rsc_fr/mp3_128" }, + { "id": 9, "name": "Radio Swiss Classic", "genre": "Classique", "streamUrl": "https://stream.srg-ssr.ch/m/rsc_fr/mp3_128" }, { "id": 10, "name": "Kosmos Jazz", "genre": "Jazz", "streamUrl": "https://radiostreaming.ert.gr/ert-webjazz" }, { "id": 11, "name": "Radio Swiss Jazz", "genre": "Jazz", "streamUrl": "https://stream.srg-ssr.ch/m/rsj/mp3_128" },