From 95aa55f06f4c148640537d8135c513a1a4a7da12 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 27 Mar 2023 22:56:13 -0400 Subject: remove tozt from existing scripts --- bin/helpers/launch-tozt | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 bin/helpers/launch-tozt (limited to 'bin/helpers') diff --git a/bin/helpers/launch-tozt b/bin/helpers/launch-tozt deleted file mode 100755 index 4777472..0000000 --- a/bin/helpers/launch-tozt +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/env bash -set -eu -set -o pipefail - -# shellcheck source=functions.sh -. "$(dirname "$0")/functions.sh" - -create_droplet tozt.net s-1vcpu-2gb 4206344e-cf4f-11e8-a5a7-0a58ac1465db - -echo "Assigning floating ip to tozt..." -# XXX this returns an error for some reason, but actually succeeds: -# Error: could not assign IP to droplet: json: cannot unmarshal number -# 2328181259 into Go struct field Action.resource_id of type int -doctl \ - -t "$(cat /mnt/digitalocean)" \ - compute floating-ip-action assign \ - 138.197.58.11 \ - "$id" || true -echo "Done assigning floating ip" - -provision_droplet tozt - -echo "Done" -- cgit v1.2.3-54-g00ecf