Update .forgejo/workflows/deploy.yaml
This commit is contained in:
parent
de3dda52ba
commit
785221ba74
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
Loading…
Reference in a new issue