Skip to content

Commit

Permalink
action updated
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed May 6, 2024
1 parent d6002c6 commit a2b1db5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sshtodeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
- name: Deploy to Server
uses: easingthemes/ssh-deploy@main
with:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_PORT: ${{ secrets.REMOTE_PORT }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
REMOTE_PORT: ${{ secrets.REMOTE_PORT }}

SOURCE: "opensource/"
TARGET: ${{ secrets.REMOTE_TARGET }}

0 comments on commit a2b1db5

Please sign in to comment.