Update .gitlab-ci.yml

environments/dev/deployments/1
lambadalambda 8 years ago
parent a4c58aab13
commit 30a908b56d

@ -27,15 +27,18 @@ before_script:
# paths:
# - node_modules/
stages:
- build
- test
- deploy
test:
script:
- npm install -g yarn
- yarn
- npm run unit
build:
script:
- npm install -g yarn
- yarn
- npm run build
artifacts:
@ -47,7 +50,6 @@ deploy:
only:
- develop
script:
- npm install -g yarn
- yarn
- npm run build
- scp -r dist/* pleroma@tenshi.heldscal.la:~/pleroma

Loading…
Cancel
Save