mirror of https://github.com/zulip/zulip.git
droplet: Rebuild droplet image with 22.04.
This commit is contained in:
parent
3ae3aba712
commit
87d36d24c9
|
@ -347,7 +347,7 @@ if __name__ == "__main__":
|
|||
|
||||
# define id of image to create new droplets from; see:
|
||||
# curl -u <API_KEY>: "https://api.digitalocean.com/v2/snapshots | jq .
|
||||
template_id = "107085241"
|
||||
template_id = "157280701"
|
||||
|
||||
assert_droplet_does_not_exist(
|
||||
my_token=api_token, droplet_name=droplet_domain_name, recreate=args.recreate
|
||||
|
|
Loading…
Reference in New Issue