minetest-deploy/README.md

17 lines
427 B
Markdown
Raw Normal View History

2020-05-09 10:31:08 -04:00
# minetest-deploy
An example of how to use Packer and Terraform to deploy minetest onto DigitalOcean using its Docker Compose configuration.
2020-05-09 10:33:09 -04:00
First you need to change the `config` file to contain your digital ocean API token and your SSH key name.
Then go to the packer directory and run packer build
```bash
cd packer
packer build .
```
Then go to the terraform directory and deploy
```bash
cd terraform
terraform apply
```