Skip to content

Commit

Permalink
feat: add ssh key pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFrin committed Jun 10, 2024
1 parent 1dd27ea commit 827fabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up SSH
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SERVKEY }}
ssh-private-key: ${{ secrets.SERV_SSH_KEY }}

- name: Deploy to VPS
run: |
Expand Down

0 comments on commit 827fabe

Please sign in to comment.