From 03f4cf9098f5be6aa8a525a3e3100d927431ec85 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sat, 4 Oct 2025 23:42:25 +0200 Subject: [PATCH] Fixed missing restart SSH key in deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cab307b..db25c97 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,7 +42,7 @@ jobs: with: host: ${{ secrets.DEPLOY_HOST }} username: ${{ secrets.DEPLOY_USER }} - key: ${{ secrets.DEPLOY_SSH_KEY }} + key: ${{ secrets.LD50_DEV_DEPLOY_SSH_KEY }} port: 7022 script: | sudo systemctl restart Berufsschule_HAM.service \ No newline at end of file