diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ecce2934eb55d62452f4a94f20c7d194ed523ae..554759013a3a1c5d9bb1a4704c29cc218cb47140 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -103,7 +103,6 @@ build_angular_app: - for server in $SSH_DEPLOY_HOSTS; do tar cfz - dist/$ANGULAR_STAGE dist/doc | ssh -i /root/.ssh/id_rsa gitup-deploy@$server; done - - ng build --configuration production --base-href / --output-path=public # - mkdir -p public/doc # - cp -R dist/doc public/doc artifacts: