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