Merge branch 'develop' of https://git.dodsorf.as/Dandellion/matrix-wug into develop

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-14 23:36:59 +01:00
commit 75d4d41744
1 changed files with 16 additions and 1 deletions

View File

@ -1,6 +1,21 @@
stages:
- build
- deploy
image: node:10-slim
build:
stage: build
script:
- npm install
- npm build
- npm run build
deploy:
stage: deploy
script:
- echo "Deploy to dodsorf.as"
environment:
name: wug dodsorf.as
only:
- master