🐛 fix CI
This commit is contained in:
parent
324469816d
commit
9eab6c2909
@ -34,7 +34,7 @@ jobs:
|
|||||||
run: ls -l ./dist
|
run: ls -l ./dist
|
||||||
# On installe Rsync
|
# On installe Rsync
|
||||||
- name: Install Rsync
|
- name: Install Rsync
|
||||||
run: sudo apt-get install rsync -y
|
run: apt-get install rsync -y
|
||||||
# On ajoute la clé SSH
|
# On ajoute la clé SSH
|
||||||
- name: Add SSH key
|
- name: Add SSH key
|
||||||
run: echo "$DEPLOY_KEY" > $HOME/.ssh/test_private_key && chmod 600 $HOME/.ssh/test_private_key
|
run: echo "$DEPLOY_KEY" > $HOME/.ssh/test_private_key && chmod 600 $HOME/.ssh/test_private_key
|
||||||
|
Loading…
Reference in New Issue
Block a user