fix(CD): trying to add ssh-agent
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -10,6 +10,10 @@ jobs:
|
||||
runs-on: ubuntu-latest # The runner environment for this job
|
||||
|
||||
steps:
|
||||
- name: Setup ssh key
|
||||
uses: webfactory/ssh-agent@v0.9.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
|
||||
- name: Deploy via ssh
|
||||
uses: appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user