From fd109ea96ad0f428280f127e7c82ed7b3ddb2b62 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 22 Apr 2024 11:59:57 +0530 Subject: [PATCH] deployment steps --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 309cd6a..e2c7fcc 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,5 @@ elasticsearch:7.13.3 Due the fact that the library relies on the generated output within the `_site` directory, you will need to re-run the indexer *after* you have re-built your blog when making changes. This unfortunately means that we cannot use something like Git webhooks to further automate the process, however it is still easy when put inside a script to execute after your site is built. - +### Deployment Steps +Refer to the [deployment steps](https://gitlab.e.foundation/e/documentation/user/-/blob/master/docs/elasticsearch-jekyll-integration.md?ref_type=heads) for detailed instructions on how to proceed with the deployment. \ No newline at end of file -- GitLab