Skip to content

Commit

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

on:
push:
Expand All @@ -8,11 +8,11 @@ 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
- 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 80ca60a

Please sign in to comment.