Skip to content
Snippets Groups Projects
Commit ea03f393 authored by lain's avatar lain
Browse files

Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into develop

parents 5481cf00 2203585a
No related branches found
No related tags found
No related merge requests found
# This file is a template, and might need editing before it works on your project.
# Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/node/tags/
image: node:6
image: node:7
before_script:
# Install ssh-agent if not already installed, it is required by Docker.
......@@ -29,12 +29,14 @@ cache:
test:
script:
- npm install
- npm install -g yarn
- yarn
- npm run unit
build:
script:
- npm install
- npm install -g yarn
- yarn
- npm run build
artifacts:
paths:
......@@ -45,6 +47,7 @@ deploy:
only:
- develop
script:
- npm install
- 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