Generate static assets on deploy in Nanobox tutorial

This commit is contained in:
Steve Domino
2017-09-01 06:03:40 -06:00
committed by digitalcraftsman
parent 816d207f07
commit 1bbb41ca41
@@ -92,6 +92,12 @@ run.config:
extra_steps:
- bash ./install.sh
deploy.config:
# generate site on deploy
extra_steps:
- hugo
{{< /code >}}
{{% note %}}