adds verbose parameter
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 3m9s
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 3m9s
This commit is contained in:
@@ -7,9 +7,9 @@ jobs:
|
|||||||
run-on: ubuntu-latest
|
run-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v31
|
|
||||||
- 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 }}
|
||||||
|
- uses: cachix/install-nix-action@v31
|
||||||
- name: nixing
|
- name: nixing
|
||||||
run: nix-shell shell.nix --run "nixos-rebuild switch --no-flake --target-host ${{ vars.WEB_PROXY_TARGET_HOST }}"
|
run: nix-shell shell.nix --run "nixos-rebuild switch --no-flake --target-host ${{ vars.WEB_PROXY_TARGET_HOST }} --verbose"
|
||||||
Reference in New Issue
Block a user