diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-02-16 07:44:09 -0500 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-02-16 07:44:09 -0500 |
| commit | 8aea3949807ce8aa5a3b06a7be1a503b639e6a9b (patch) | |
| tree | 49bc6937c8a945de7d00fa02fabbb8ba2cd1da48 | |
| parent | e892fffda797c4d5e6aef54a488f15f55526a29d (diff) | |
Update .gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbe1f599..9561e061 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # 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. @@ -45,6 +45,7 @@ deploy: only: - develop script: - - npm install + - npm install -g yarn + - yarn - npm run build - scp -r dist/* pleroma@tenshi.heldscal.la:~/pleroma |
