Update .github/workflows/deploy.yml
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Setup SSH Agent
|
||||
uses: webfactory/ssh-agent@v0.9.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
ssh-private-key: ${{ secrets.VPS_KEY }}
|
||||
|
||||
- name: Add VPS to known_hosts
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user