Fixed missing restart SSH key in deploy.yml

This commit is contained in:
2025-10-04 23:42:25 +02:00
parent a6cefdf56d
commit 03f4cf9098

View File

@@ -42,7 +42,7 @@ jobs:
with: with:
host: ${{ secrets.DEPLOY_HOST }} host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USER }} username: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_SSH_KEY }} key: ${{ secrets.LD50_DEV_DEPLOY_SSH_KEY }}
port: 7022 port: 7022
script: | script: |
sudo systemctl restart Berufsschule_HAM.service sudo systemctl restart Berufsschule_HAM.service