socialnerds/excelsior
socialnerds
/
excelsior
Archived
1
0
Fork 0

updated ci file

This commit is contained in:
david 2019-10-27 19:14:00 +01:00
parent 5c8407d327
commit e8aa5f7eb5
1 changed files with 4 additions and 23 deletions

View File

@ -1,37 +1,18 @@
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 -y ruby-full build-essential zlib1g-dev rsync
- gem install bundler jekyll
- jekyll build -d public
- rsync -av --delete public/ /home/user-data/www/default/
- rsync -av --delete public/ /srv/default/
environment:
name: production
url: https://excelsior.socialnerds.org
only:
- master