From e734f54f1b930917251c5aa86b358be74bd17d43 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 12 Jan 2021 11:53:56 +0100 Subject: [PATCH] Debug --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 075b606..6f512fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,5 +27,5 @@ Deploy: GIT_STRATEGY: none script: - echo "Coming later ${PWD}" - - a -m copy -a "src=${PWD}/documentation/site/ dest=/var/www/docs/devops-tools" --limit=bsdevop1 + - a -m copy -a "src=${PWD}/site/ dest=/var/www/docs/devops-tools" --limit=bsdevop1 cache: {} -- GitLab