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:
@@ -11,3 +11,5 @@ jobs:
|
|||||||
- uses: webfactory/ssh-agent@v0.9.0
|
- uses: webfactory/ssh-agent@v0.9.0
|
||||||
with:
|
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