Skip to content

Commit

Permalink
adds the addon correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
emrergin committed Jan 1, 2024
1 parent 7b2bdae commit b971b1f
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,15 @@ jobs:
# pm2 save

test:
- name: executing remote ssh commands using ssh key
uses: appleboy/ssh-action@v1.0.2
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: whoami
run_example_job:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: executing remote ssh commands using ssh key
uses: appleboy/ssh-action@v1.0.2
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: whoami

0 comments on commit b971b1f

Please sign in to comment.