Templates.

This commit is contained in:
Your Name
2025-05-24 20:43:56 +12:00
parent 2589c84f4d
commit 41287ec041
10 changed files with 39 additions and 42 deletions

View File

@ -55,8 +55,8 @@ title "Checking template $TEMPLATE"
SERVICE_NAME="test-$TEMPLATE"
title "Nuking old service"
ds nuke localhost $SERVICE_NAME || die "Failed to nuke old service"
title "Destroying old service"
ds destroy localhost $SERVICE_NAME || die "Failed to destroy old service"
title "Creating service"
ds create-service localhost $SERVICE_NAME $TEMPLATE || die "Failed to create service"
@ -82,7 +82,7 @@ ds restore localhost $SERVICE_NAME latest || die "Failed to restore service"
title "Checking status"
ds status localhost $SERVICE_NAME || die "Failed to check status"
title "Nuking service"
title "Nuking service (alias for destroy)"
ds nuke localhost $SERVICE_NAME || die "Failed to nuke service"
title "Listing services"