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() {
if [ "$1" = all ]; then
# order matters:
hosts+=(moby lappy desko servo crappy)
hosts+=(moby lappy desko servo)
else
hosts+=("$1")
fi