mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed missing restart SSH key in deploy.yml
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user