Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
iCityDigitalTwinFramework
HFT Digital Twin
Commits
75c134b2
Commit
75c134b2
authored
1 year ago
by
Rushikesh Padsala
Browse files
Options
Download
Email Patches
Plain Diff
Add new file
parent
c0f2ef47
Pipeline
#8470
passed with stages
in 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+30
-0
.gitlab-ci.yml
with
30 additions
and
0 deletions
+30
-0
.gitlab-ci.yml
0 → 100644
+
30
-
0
View file @
75c134b2
image
:
node:lts
stages
:
-
build
-
deploy
build
:
stage
:
build
script
:
-
cd /builds/gitlab/$CI_PROJECT_PATH/public
-
npm install
-
npm run build
-
npx tsc
artifacts
:
paths
:
-
public
only
:
-
master
pages
:
stage
:
deploy
script
:
-
apt-get update -qy
-
apt-get install -y rsync
-
echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
artifacts
:
paths
:
-
public
only
:
-
master
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets