From 7de33f22a367aab5186d73905d105930c154c294 Mon Sep 17 00:00:00 2001 From: Jan Bernoth <jan.bernoth@uni-potsdam.de> Date: Tue, 9 May 2023 19:14:54 +0200 Subject: [PATCH] remove ng from .deploy --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ecce29..5547590 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: -- GitLab