Minetest Deployment
This commit is contained in:
commit
68f8cad354
11 changed files with 153 additions and 0 deletions
10
config
Normal file
10
config
Normal file
|
@ -0,0 +1,10 @@
|
|||
base_system_image = "ubuntu-20-04-x64"
|
||||
region = "nyc3"
|
||||
size = "512mb"
|
||||
domain = "brandonrozek.com"
|
||||
subdomain = "minetest"
|
||||
|
||||
# Secrets
|
||||
do_token = "DO-TOKEN-HERE"
|
||||
key_name = "SSH-NAME-ON-DO-HERE"
|
||||
|
Reference in a new issue