Skip to content
Snippets Groups Projects

Unify notice timelines to make changes easier.

Merged lambadalambda requested to merge feature/restructure-timelines into develop
+ 8
3
@@ -27,15 +27,20 @@ before_script:
# paths:
# - node_modules/
stages:
- build
- test
- deploy
test:
stage: test
script:
- npm install -g yarn
- yarn
- npm run unit
build:
stage: build
script:
- npm install -g yarn
- yarn
- npm run build
artifacts:
@@ -43,11 +48,11 @@ build:
- dist/
deploy:
stage: deploy
environment: dev
only:
- develop
script:
- npm install -g yarn
- yarn
- npm run build
- scp -r dist/* pleroma@tenshi.heldscal.la:~/pleroma
Loading