summary refs log tree commit diff
path: root/fleet/test
blob: 5b804c0352285803ac63e0a92b230fd40df69650 (plain)
1
2
3
4
5
6
7
8
9
#! /usr/bin/env bash
# SPDX-FileCopyrightText: V <v@unfathomable.blue>
# SPDX-License-Identifier: OSL-3.0
set -euo pipefail

git add . && git commit -m WIP
git push -f kaikou trunk && ssh kaikou-root nixos-rebuild test --show-trace
git push -f vityaz trunk && ssh vityaz-root nixos-rebuild test --show-trace
git push -f trieste trunk && ssh trieste-root nixos-rebuild test --show-trace