From cc30eb6a74689fe3d044e44aee26f017c1fbeda4 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 1 Feb 2021 16:40:24 +0100
Subject: [PATCH] Fix links and improve CI performance

---
 .gitlab-ci.yml                        | 3 +--
 docs/ansible/wiki/elk/introduction.md | 8 ++++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6f512fe..b181743 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,6 +26,5 @@ Deploy:
   variables:
     GIT_STRATEGY: none
   script:
-    - echo "Coming later ${PWD}"
-    - a -m copy -a "src=${PWD}/site/ dest=/var/www/docs/devops-tools" --limit=bsdevop1
+    - a -m synchronize -a "src=${PWD}/site/ dest=/var/www/docs/devops-tools" --limit=bsdevop1
   cache: {}
diff --git a/docs/ansible/wiki/elk/introduction.md b/docs/ansible/wiki/elk/introduction.md
index 7f2c0f7..9b3ecd4 100644
--- a/docs/ansible/wiki/elk/introduction.md
+++ b/docs/ansible/wiki/elk/introduction.md
@@ -5,10 +5,10 @@ tags:
 ---
 # ElasticSearch
 
-- [Collecting Data](fluentd)
-- [UI to view the data](kibana)
-- [Alerts on Log Data](../monitoring/alerts-elk)
-- [Re-Indexing a broken index](re-indexing)
+- [Collecting Data](/ansible/wiki/elk/fluentd)
+- [UI to view the data](/ansible/wiki/elk/kibana)
+- [Alerts on Log Data](/ansible/wiki/monitoring/alerts-elk)
+- [Re-Indexing a broken index](/ansible/wiki/elk/re-indexing)
 
 Log data from the OS and selected applications is generated on the server farm on many different places and we are aggregating all of that data in ElasticSearch so that we can analyse the systems when ever needed but also to be able to raise alerts if something is going wrong.
 
-- 
GitLab