From 3dde2ce56247db29a85fd12fd233edd4f1bd15bd Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 15 Feb 2022 20:56:38 +0100 Subject: [PATCH] Update netlify deploy docs --- docs/content/documentation/deployment/netlify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/deployment/netlify.md b/docs/content/documentation/deployment/netlify.md index 022f3037..4304106d 100644 --- a/docs/content/documentation/deployment/netlify.md +++ b/docs/content/documentation/deployment/netlify.md @@ -13,7 +13,7 @@ Once you are in the admin interface, you can add a site from a Git provider (Git - build command: `zola build` (replace the version number in the variable by the version you want to use) - publish directory: the path to where the `public` directory is - - image selection: `Ubuntu Xenial 16.04 (default)` + - image selection: use the latest - Environment variables: `ZOLA_VERSION` with for example `0.13.0` as value With this setup, your site should be automatically deployed on every commit on master. For `ZOLA_VERSION`, you may