Update .forgejo/workflows/deploy.yaml
This commit is contained in:
parent
a5a5347525
commit
de3dda52ba
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
# - name: "Import Nix store cache"
|
||||
# if: "steps.nix-cache.outputs.cache-hit == 'true'"
|
||||
# run: "nix-store --import < /tmp/nixcache"
|
||||
- run: mkdir -q ~/.ssh; echo "$SSHKEY" > id_ed25519
|
||||
- run: mkdir ~/.ssh; echo "$SSHKEY" > ~/.ssh/id_ed25519
|
||||
name: "Setup ssh key"
|
||||
with:
|
||||
SSHKEY: ${{ secrets.DEPLOYKEY }}
|
||||
|
|
Loading…
Reference in a new issue