Commit 75c134b2 authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Add new file

parent c0f2ef47
Pipeline #8470 passed with stages
in 43 seconds
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
Markdown is supported
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