Skip to content

Commit

Permalink
Update manual-ssh.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geleeroyale authored Aug 7, 2024
1 parent 27a29a3 commit 543dafc
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/manual-ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ on:

jobs:
deploy:
- name: SSH and Redeploy
uses: easingthemes/ssh-deploy@main
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATEKEY }}
REMOTE_HOST: ${{ secrets.HOST }}
REMOTE_USER: ${{ secrets.USER }}
TARGET: "/path/to/your/directory"
with:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATEKEY }}
name: Deploy
runs-on: ubuntu-latest
steps:
- name: SSH and Redeploy
uses: easingthemes/ssh-deploy@main
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATEKEY }}
REMOTE_HOST: ${{ secrets.HOST }}
REMOTE_USER: ${{ secrets.USER }}
TARGET: "/path/to/your/directory"
with:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATEKEY }}

0 comments on commit 543dafc

Please sign in to comment.