Added nix shell command
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 3m28s
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 3m28s
This commit is contained in:
@@ -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 }}
|
||||
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 }}"
|
||||
Reference in New Issue
Block a user