Update .forgejo/workflows/deploy.yaml

This commit is contained in:
Chris Dombroski 2024-11-13 09:42:41 -05:00
parent a5a5347525
commit de3dda52ba

View file

@ -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 }}