Project 'ulrike.pado/ASYST' was moved to 'knight/ASYST'. Please update any links and bookmarks that may still have the old path.
Commit 75c134b2 authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Add new file

parent c0f2ef47
No related merge requests found
Pipeline #8470 passed with stages
in 43 seconds
Showing with 30 additions and 0 deletions
+30 -0
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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment