add option to add ssh key to the server

This commit is contained in:
Robin Appelman 2021-07-01 21:05:18 +02:00
commit 58d593790a
5 changed files with 87 additions and 3 deletions

View file

@ -8,6 +8,7 @@ config_mode = "6v6" # 6v6 or 9v9, defaults to "6v6"
name = "Spire" # server name. optional, defaults to "Spire"
tv_name = "SpireTV" # stv name. optional, defaults to "SpireTV"
image = "spiretf/docker-spire-server" # docker image for the tf2 server. optional, defaults to "spiretf/docker-spire-server"
ssh_key = "ssh-rsa AAAA..." # ssh key to add to the server. optional
[vultr]
api_key = "xxx"