test new workflow

This commit is contained in:
Kars van Velzen 2024-10-21 07:54:22 +02:00
parent 562b3f1e7b
commit 70f60b8065

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: SSH into VM and deploy
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@v1.1.0
port: ${{ secrets.SSH_PORT }}
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}