Update README.md
This commit is contained in:
parent
a5a298f53e
commit
378000c0fe
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -1,2 +1,16 @@
|
||||||
# minetest-deploy
|
# minetest-deploy
|
||||||
An example of how to use Packer and Terraform to deploy minetest onto DigitalOcean using its Docker Compose configuration.
|
An example of how to use Packer and Terraform to deploy minetest onto DigitalOcean using its Docker Compose configuration.
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue