From 9e7a9e360f6b58547642b9387a39e10333d35cfe Mon Sep 17 00:00:00 2001 From: kitkat <kitkat@sch.bme.hu> Date: Tue, 6 Apr 2021 16:24:57 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6491b8e..f5a0c24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: build: stage: build script: - - if [ "$CI_COMMIT_REF_NAME" == "master" ]; then cp -R dist/* /var/www/html/index.html; fi + - if [ "$CI_COMMIT_REF_NAME" == "master" ]; then cp dist/index.html /var/www/html/index.html; fi test: stage: test -- GitLab