fix: unify teh use of SSH_KEY in teh documentation
This commit is contained in:
parent
2ed9d2f3e9
commit
e9fe504751
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ jobs:
|
||||||
- name: "Deploy"
|
- name: "Deploy"
|
||||||
uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v5
|
uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v5
|
||||||
with:
|
with:
|
||||||
ssh_key: ${{ secrets.KEY }}
|
ssh_key: ${{ secrets.SSH_KEY }}
|
||||||
folder: "build"
|
folder: "build"
|
||||||
destination: "subfolder"
|
destination: "subfolder"
|
||||||
````
|
````
|
Loading…
Reference in a new issue