Skip to content

Commit

Permalink
Fix deletion of cloud-server
Browse files Browse the repository at this point in the history
  • Loading branch information
0xEAB committed Jul 27, 2024
1 parent 4a068f6 commit e23bd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/hcloud-build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit e23bd0a

Please sign in to comment.