Skip to content

Commit

Permalink
Test ssh action
Browse files Browse the repository at this point in the history
  • Loading branch information
RND332 committed Jun 12, 2024
1 parent f21bacf commit cd11470
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- name: executing remote ssh commands using password

on:
push:
branches: [ main ]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: "37.128.204.193"
username: "root"
password: ${{ secrets.SRV_PWD }}
script: whoami

0 comments on commit cd11470

Please sign in to comment.