Templates.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user