socialnerds/gmurml
socialnerds
/
gmurml
Archived
1
0
Fork 0

added gitlab-ci.yml

This commit is contained in:
david 2017-05-05 00:29:34 +02:00
parent a8d3eca363
commit 46aa12f60b
2 changed files with 39 additions and 0 deletions

37
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,37 @@
stages:
- test
- build
- deploy
test:
stage: test
tags:
- jekyll
script:
- jekyll build -d test
except:
- master
build:
stage: deploy
tags:
- jekyll
script:
- jekyll build -d public
only:
- master
deploy:
stage: deploy
tags:
- jekyll
script:
- jekyll build -d public
- rsync -av --delete public/* /var/www/gmur.ml
environment:
name: production
url: https://gmur.ml
only:
- master

View File

@ -1,3 +1,5 @@
# gmur.ml
[![build status](https://socialg.it/web/gmurml/badges/master/build.svg)](https://socialg.it/web/gmurml/commits/master)
This is the jekyll code for https://gmur.ml