scripts/deploy: remove "crappy"; i dont deploy it anymore

This commit is contained in:
2025-03-23 01:22:50 +00:00
parent b528d75d31
commit c8b1f9d221

View File

@@ -49,7 +49,7 @@ storePath=
addHost() { addHost() {
if [ "$1" = all ]; then if [ "$1" = all ]; then
# order matters: # order matters:
hosts+=(moby lappy desko servo crappy) hosts+=(moby lappy desko servo)
else else
hosts+=("$1") hosts+=("$1")
fi fi