Add visual separators to deploy script
This commit is contained in:
parent
1d0d4e6016
commit
e9570e8e96
|
@ -5,8 +5,11 @@ set -e
|
||||||
|
|
||||||
pushd $(dirname ${BASH_SOURCE[0]}) > /dev/null
|
pushd $(dirname ${BASH_SOURCE[0]}) > /dev/null
|
||||||
|
|
||||||
|
echo ――――――――――――――――――――――――― Building Config ―――――――――――――――――――――――――
|
||||||
morph build --keep-result $@ ./network.nix
|
morph build --keep-result $@ ./network.nix
|
||||||
|
echo ――――――――――――――――――――――――― Pushing Config ―――――――――――――――――――――――――
|
||||||
morph push $@ ./network.nix
|
morph push $@ ./network.nix
|
||||||
|
echo ――――――――――――――――――――――――― Switching Systems ―――――――――――――――――――――――――
|
||||||
morph deploy --upload-secrets $@ ./network.nix switch
|
morph deploy --upload-secrets $@ ./network.nix switch
|
||||||
|
|
||||||
popd > /dev/null
|
popd > /dev/null
|
Loading…
Reference in New Issue