Update deploy.yml

This commit is contained in:
Thilo Hohlt
2024-10-27 01:50:05 +02:00
committed by GitHub
parent dd718efceb
commit dd34e1b0e0

View File

@@ -38,7 +38,7 @@ jobs:
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ vars.KNOWN_HOSTS }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- name: Deploy to demo server
run: |