This commit is contained in:
parent
33e9b5ecc2
commit
e08e1d6979
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
|
||||||
- uses: github.com/webfactory/ssh-agent@v0.9.0
|
- uses: https://github.com/webfactory/ssh-agent@v0.9.0
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
- name: Add known host
|
- name: Add known host
|
||||||
|
|
Loading…
Reference in a new issue