Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulov1337 committed Dec 15, 2024
1 parent 04c6ff5 commit 2f02bcb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ssh.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: SSH Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: SSH Connection
uses: appleboy/ssh-action@master
with:
host: 37.139.41.110
username: ubuntu
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: echo "Connected"

0 comments on commit 2f02bcb

Please sign in to comment.