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