Merge branch 'develop' of https://git.dodsorf.as/Dandellion/matrix-wug into develop
This commit is contained in:
commit
75d4d41744
|
@ -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
|
Loading…
Reference in New Issue