mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
droplets: Switch to Ubuntu 20.04 base image.
This commit is contained in:
committed by
Tim Abbott
parent
702807829f
commit
b5bcc5f1b4
@@ -351,7 +351,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 = "103231841"
|
||||
template_id = "107085241"
|
||||
|
||||
assert_droplet_does_not_exist(
|
||||
my_token=api_token, droplet_name=droplet_domain_name, recreate=args.recreate
|
||||
|
||||
Reference in New Issue
Block a user