fix actions AGAIN

This commit is contained in:
informaticker 2024-11-03 23:52:26 +01:00
parent 88de4d04e7
commit ae95d232fe

View File

@ -22,7 +22,7 @@ jobs:
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -H $HOST1 >> ~/.ssh/known_hosts
- name: Deploy to first host
- name: Deploy to host
env:
HOST1: ${{ secrets.HOST1 }}
USER: ${{ secrets.USER }}