Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekteega committed Dec 9, 2023
1 parent 2f428a7 commit 27919f3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ jobs:
name: Pull changes and deploy API
runs-on: self-hosted
steps:
- name: executing remote ssh commands using password
- name: multiple command
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: whoami
script: |
whoami
ls -al

0 comments on commit 27919f3

Please sign in to comment.