From e9570e8e961657a5b5acc5b4f251914b24a987f5 Mon Sep 17 00:00:00 2001 From: Agatha Lovelace Date: Sat, 18 Feb 2023 13:50:35 +0100 Subject: [PATCH] Add visual separators to deploy script --- ops/home/push | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ops/home/push b/ops/home/push index 8495268..66a91e1 100755 --- a/ops/home/push +++ b/ops/home/push @@ -5,8 +5,11 @@ set -e pushd $(dirname ${BASH_SOURCE[0]}) > /dev/null +echo ――――――――――――――――――――――――― Building Config ――――――――――――――――――――――――― morph build --keep-result $@ ./network.nix +echo ――――――――――――――――――――――――― Pushing Config ――――――――――――――――――――――――― morph push $@ ./network.nix +echo ――――――――――――――――――――――――― Switching Systems ――――――――――――――――――――――――― morph deploy --upload-secrets $@ ./network.nix switch popd > /dev/null \ No newline at end of file