From 05724647e7f4a571431477cd6ea28876bb299240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Thu, 6 Feb 2020 19:55:42 +0100 Subject: [PATCH] Updated readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 5cedc53..b553982 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,19 @@ [WireGuard](https://www.wireguard.com) and [Unbound](https://unbound.net) setup with [Packer](https://www.packer.io) and [Terraform](https://www.terraform.io) ready for deployment in [Hetzner Cloud](https://www.hetzner.com). + +## Deployment instructions + + 1. Build the server image with Packer. + ```sh + cd ./packer/ + export HCLOUD_TOKEN=XXXX + packer build ./ + ``` + + 2. Deploy the server image with Terraform. + ```sh + cd ./terraform/ + terraform init + terraform apply + ```