diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 23fb2c8..0cdae4f 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -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" \ No newline at end of file