From 70357d73059dd9367fe99dbc3ce97e0730aa4b42 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Sun, 27 Oct 2019 20:40:22 +0100 Subject: [PATCH] updated .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17b1b5d..7a83494 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ build: dependencies: [] before_script: - rm package-lock.json + - npm install script: - npm run build cache: @@ -25,4 +26,4 @@ deploy: before_script: - which lftp || ( apk --update add lftp ) script: - - lftp -e "mirror -R ./ samuel-philipp.de/; bye" -u $FTP_USERNAME,$FTP_PASSWORD $FTP_HOST \ No newline at end of file + - lftp -e "mirror -R ./dist/ samuel-philipp.de/; bye" -u $FTP_USERNAME,$FTP_PASSWORD $FTP_HOST \ No newline at end of file