Update .forgejo/workflows/deploy.yaml

This commit is contained in:
Chris Dombroski 2024-11-13 09:45:08 -05:00
parent de3dda52ba
commit 785221ba74

View file

@ -21,7 +21,7 @@ jobs:
name: "Setup ssh key"
with:
SSHKEY: ${{ secrets.DEPLOYKEY }}
- run: 'nix develop --command deploy --remote-build root@zeus .'
- run: 'nix develop --command deploy --remote-build .'
# - name: "Export Nix store cache"
# if: "steps.nix-cache.outputs.cache-hit != 'true'"
# run: "nix-store --export $(find /nix/store -maxdepth 1 -name '*-*') > /tmp/nixcache"