Actualiser .gitea/workflows/deploy.yml
Some checks failed
SSH Backend Deploy / ssh-deploy (push) Has been cancelled

This commit is contained in:
2025-04-26 19:07:19 +02:00
parent 1954de3fef
commit edfaad63d7

View File

@@ -12,8 +12,8 @@ jobs:
steps:
- name: Install SSH and dependencies
run: |
sudo apt-get update
sudo apt-get install -y openssh-client
apt-get update
apt-get install -y openssh-client
mkdir -p ~/.ssh
chmod 700 ~/.ssh