Skip to content

Commit

Permalink
nmää
Browse files Browse the repository at this point in the history
  • Loading branch information
Unischneider committed Oct 24, 2024
1 parent 175358c commit b116f9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
echo "VM_HOST: ${{ vars.VM_HOST }}"
echo "VM_USERNAME: ${{ vars.VM_USERNAME }}"
- name: Test SSH Key Access
run: |
if [ -z "${{ secrets.VM_SSH_PRIVATE_KEY }}" ]; then
echo "SSH private key not found!"
else
echo "SSH private key exists."
fi
- name: Test SSH Connection
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit b116f9d

Please sign in to comment.