From 78acff575cd93c8d981cf25256ba4ecea24e825c Mon Sep 17 00:00:00 2001 From: Josh Morgenstern <josh@morgenstern.dev> Date: Tue, 18 May 2021 00:58:51 +0200 Subject: [PATCH] [#25] add echo --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12a35df8..95fa464b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,7 @@ deploy_doc_develop: GIT_STRATEGY: none script: - mv doc/html /var/www//html + - echo "Check it out at https://vkcv.de/ deploy_doc_branch: except: @@ -63,4 +64,5 @@ deploy_doc_branch: variables: GIT_STRATEGY: none script: - - mv doc/html /var/www/html/branch/$CI_COMMIT_BRANCH \ No newline at end of file + - mv doc/html /var/www/html/branch/$CI_COMMIT_BRANCH + - echo "Check it out at https://vkcv.de/branch/$CI_COMMIT_BRANCH" \ No newline at end of file -- GitLab