From 5d0780eeb288b50460bed91a9fbef1a542678338 Mon Sep 17 00:00:00 2001 From: henrik Date: Fri, 3 Oct 2025 20:11:58 +0200 Subject: [PATCH] Added nix shell command --- .gitea/workflows/web-deploy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/web-deploy.yaml b/.gitea/workflows/web-deploy.yaml index cb453df..cdf98a9 100644 --- a/.gitea/workflows/web-deploy.yaml +++ b/.gitea/workflows/web-deploy.yaml @@ -10,4 +10,6 @@ jobs: - uses: cachix/install-nix-action@v31 - uses: webfactory/ssh-agent@v0.9.0 with: - ssh-private-key: ${{ secrets.WEB_PROXY_SSH_PRIVATE_KEY }} \ No newline at end of file + ssh-private-key: ${{ secrets.WEB_PROXY_SSH_PRIVATE_KEY }} + - 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