Skip to content
Snippets Groups Projects
Commit 30a908b5 authored by lambadalambda's avatar lambadalambda
Browse files

Update .gitlab-ci.yml

parent a4c58aab
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment