#17 Enable step to run deploy-rs from flake as dry-run
This commit is contained in:
parent
d3371c0575
commit
e257778aad
@ -40,6 +40,6 @@ jobs:
|
|||||||
for host in $(cat /tmp/hostlist); do
|
for host in $(cat /tmp/hostlist); do
|
||||||
ssh -i /tmp/key root@$host 'whoami; echo $HOSTNAME'
|
ssh -i /tmp/key root@$host 'whoami; echo $HOSTNAME'
|
||||||
done
|
done
|
||||||
# - name: Run deploy-rs from flake
|
- name: Run deploy-rs from flake
|
||||||
# run: |
|
run: |
|
||||||
# nix run github:serokell/deploy-rs#defaultPackage.x86_64-linux -- --version
|
nix run github:serokell/deploy-rs#defaultPackage.x86_64-linux -- --dry-activate
|
Loading…
Reference in New Issue
Block a user