one task for les réunir tous
This commit is contained in:
@ -25,22 +25,13 @@ jobs:
|
|||||||
chmod 600 ~/.ssh/id_ed25519
|
chmod 600 ~/.ssh/id_ed25519
|
||||||
ssh-keyscan -H git.ssh.uzurka.fr >> ~/.ssh/known_hosts
|
ssh-keyscan -H git.ssh.uzurka.fr >> ~/.ssh/known_hosts
|
||||||
|
|
||||||
- name: Clone original repo
|
- name: Generate lancache.conf
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/uklans/cache-domains.git
|
git clone https://github.com/uklans/cache-domains.git
|
||||||
cd cache-domains
|
cd cache-domains
|
||||||
|
|
||||||
- name: Set config.json
|
|
||||||
run: |
|
|
||||||
echo "${{CONFIG_JSON}}" > scripts/config.json
|
echo "${{CONFIG_JSON}}" > scripts/config.json
|
||||||
|
cd scripts
|
||||||
- name: Generate new config
|
bash create-adguardhome.sh
|
||||||
run: |
|
|
||||||
cd scripts
|
|
||||||
bash create-adguardhome.sh
|
|
||||||
|
|
||||||
- name: Clone my repo && update it
|
|
||||||
run: |
|
|
||||||
cd ../../
|
cd ../../
|
||||||
git clone git@git.ssh.uzurka.fr:Uzurka/lancache-adguardhome-config.git
|
git clone git@git.ssh.uzurka.fr:Uzurka/lancache-adguardhome-config.git
|
||||||
cd lancache-adguardhome-config
|
cd lancache-adguardhome-config
|
||||||
|
Reference in New Issue
Block a user