2.2.1 #19

Merged
Dandellion merged 2 commits from develop into master 2019-03-15 00:01:10 +01:00
1 changed files with 16 additions and 1 deletions
Showing only changes of commit 614287c31b - Show all commits

View File

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