🐛 fix CI
Some checks failed
roulette / build (push) Successful in 9m46s
roulette / Deploy (push) Failing after 7s

This commit is contained in:
Melaine Gérard 2024-09-16 14:05:29 +02:00
parent 324469816d
commit 9eab6c2909
No known key found for this signature in database
GPG Key ID: 89A9588EB2726A53

View File

@ -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