diff --git a/drone-starlark/repos/rescale.star b/drone-starlark/repos/rescale.star index 5703b63..53a1a17 100644 --- a/drone-starlark/repos/rescale.star +++ b/drone-starlark/repos/rescale.star @@ -5,7 +5,7 @@ def rescale( scaleTo ): return { - "name": "deploy", + "name": "rescale {service}".format(service=service), "image": "appleboy/drone-ssh", "settings": { "host": fromSecret("ssh-host"),