diff --git a/tools/hcloud-build-images.sh b/tools/hcloud-build-images.sh index 2f362ad..1ee6462 100755 --- a/tools/hcloud-build-images.sh +++ b/tools/hcloud-build-images.sh @@ -141,7 +141,7 @@ echo '#!/bin/sh'" CONTAINER_NAMESPACE='ghcr.io/dlang-dockerized/images' ./ddct namespace-publish export HCLOUD_TOKEN='${HCLOUD_TOKEN}' - hcloud delete '${serverName}' + hcloud server delete '${serverName}' \" " | \ hcloud server ssh "${serverName}" -i "${sshKeyFile}" \