Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 780e37e4 authored by Ahmad Supriyanto's avatar Ahmad Supriyanto
Browse files

add ci

parent 1911225d
No related branches found
No related tags found
No related merge requests found
Pipeline #62300 passed
image: node:10.15.3
stages:
- install_dependencies
- build
- deploy
install_dependencies:
stage: install_dependencies
script:
- npm install
artifacts:
paths:
- node_modules
expire_in: 5 hours
only:
- master
build:
stage: build
script:
- npm run build
- npm run export
artifacts:
paths:
- out
expire_in: 5 hours
only:
- master
deploy:
stage: deploy
script:
- npm i -g surge
- surge --project ./out --domain covid-prediction-funpro.surge.sh
dependencies:
- build
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment