From 6704c65fc9d3033b0290ee91c46170964be2f277 Mon Sep 17 00:00:00 2001 From: uzurka Date: Mon, 14 Apr 2025 22:45:47 +0200 Subject: [PATCH] =?UTF-8?q?one=20task=20for=20les=20r=C3=A9unir=20tous?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/gen.yaml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/gen.yaml b/.gitea/workflows/gen.yaml index 4ef96f1..14482b4 100644 --- a/.gitea/workflows/gen.yaml +++ b/.gitea/workflows/gen.yaml @@ -25,22 +25,13 @@ jobs: chmod 600 ~/.ssh/id_ed25519 ssh-keyscan -H git.ssh.uzurka.fr >> ~/.ssh/known_hosts - - name: Clone original repo + - name: Generate lancache.conf run: | git clone https://github.com/uklans/cache-domains.git cd cache-domains - - - name: Set config.json - run: | echo "${{CONFIG_JSON}}" > scripts/config.json - - - name: Generate new config - run: | - cd scripts - bash create-adguardhome.sh - - - name: Clone my repo && update it - run: | + cd scripts + bash create-adguardhome.sh cd ../../ git clone git@git.ssh.uzurka.fr:Uzurka/lancache-adguardhome-config.git cd lancache-adguardhome-config