From 1bbb41ca41bac22efc8251e7c48b2fd5b8005002 Mon Sep 17 00:00:00 2001 From: Steve Domino Date: Fri, 1 Sep 2017 06:03:40 -0600 Subject: [PATCH] Generate static assets on deploy in Nanobox tutorial --- content/hosting-and-deployment/deployment-with-nanobox.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/hosting-and-deployment/deployment-with-nanobox.md b/content/hosting-and-deployment/deployment-with-nanobox.md index 556d7dfaf..c318155f9 100644 --- a/content/hosting-and-deployment/deployment-with-nanobox.md +++ b/content/hosting-and-deployment/deployment-with-nanobox.md @@ -92,6 +92,12 @@ run.config: extra_steps: - bash ./install.sh +deploy.config: + + # generate site on deploy + extra_steps: + - hugo + {{< /code >}} {{% note %}}