socialnerds/gmurml
socialnerds
/
gmurml
Archived
1
0
Fork 0

updated ci file

This commit is contained in:
david 2019-10-27 18:58:57 +01:00
parent 1f21f5a6f5
commit a63875d032
1 changed files with 4 additions and 22 deletions

View File

@ -1,34 +1,16 @@
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:
- apt-get update
- apt-get install ruby-full build-essential zlib1g-dev rsync
- gem install bundler jekyll
- jekyll build -d public
- rsync -av --exclude '.well-known' --delete public/ /var/www/gmur.ml/
- rsync -av --exclude '.well-known' --delete public/ /srv/gmur.ml/
environment:
name: production
url: https://gmur.ml