diff --git a/.gitea/workflows/web-deploy.yaml b/.gitea/workflows/web-deploy.yaml index cdf98a9..fa5f76f 100644 --- a/.gitea/workflows/web-deploy.yaml +++ b/.gitea/workflows/web-deploy.yaml @@ -7,9 +7,9 @@ jobs: run-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v31 - uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ secrets.WEB_PROXY_SSH_PRIVATE_KEY }} + - uses: cachix/install-nix-action@v31 - name: nixing - run: nix-shell shell.nix --run "nixos-rebuild switch --no-flake --target-host ${{ vars.WEB_PROXY_TARGET_HOST }}" \ No newline at end of file + run: nix-shell shell.nix --run "nixos-rebuild switch --no-flake --target-host ${{ vars.WEB_PROXY_TARGET_HOST }} --verbose" \ No newline at end of file