WIP SSH action template
Some checks failed
SSH and echo to file / ssh (push) Failing after 5s

This commit is contained in:
Joey Hafner 2024-09-12 14:19:15 -07:00
parent cfbdcd72f6
commit 30114d497d
No known key found for this signature in database

View File

@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: SSH into host - name: SSH into host
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1.0.3
with: with:
host: ${{ inputs.host }} host: ${{ secrets.HOST_DOMAIN }}
username: ${{ secrets.HOST_USERNAME }} username: ${{ secrets.HOST_USERNAME }}
key: ${{ secrets.RUNNER_SSH_PRIVATEKEY }} key: ${{ secrets.RUNNER_SSH_PRIVATEKEY }}
script: | script: |