mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
droplet: Always create with the "dev" tag.
This allows the firewall to be enforced on new hosts.
This commit is contained in:
committed by
Tim Abbott
parent
25d753889b
commit
d8c77eafb4
@@ -341,7 +341,7 @@ if __name__ == "__main__":
|
||||
my_token=api_token,
|
||||
template_id=template_id,
|
||||
name=droplet_domain_name,
|
||||
tags=args.tags,
|
||||
tags=args.tags + ["dev"],
|
||||
user_data=user_data,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user