Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
WiKoDa - Dashboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
innohs_one
WiKoDa - Dashboard
Commits
de3ef9a6
Commit
de3ef9a6
authored
1 year ago
by
Jan Bernoth
Browse files
Options
Downloads
Patches
Plain Diff
#107
Move to pages
parent
ed5dee29
No related branches found
Branches containing commit
No related tags found
1 merge request
!161
#107 Move to pages
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-2
7 additions, 2 deletions
.gitlab-ci.yml
with
7 additions
and
2 deletions
.gitlab-ci.yml
+
7
−
2
View file @
de3ef9a6
...
...
@@ -55,11 +55,11 @@ build_angular_app:
-
ng build --configuration staging --base-href /dashboard-dev/ --output-path=dist/stage
-
ng build --configuration production --base-href /dashboard/ --output-path=dist/prod
-
npm run compodoc:build
-
mv
documentation dist/doc
-
cp -R
documentation dist/doc
artifacts
:
expire_in
:
1 day
paths
:
-
dist/
-
public
cache
:
key
:
files
:
...
...
@@ -103,6 +103,11 @@ 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
-
cp -R dist/doc public/doc
-
cp -R dist/prod public/dashboard
artifacts
:
paths
:
-
public
# uncomment to only deploy manually and not on every push
#when: manual
#allow_failure: false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment