updated ci file

This commit is contained in:
david 2019-10-27 19:17:54 +01:00
parent cecec8d97b
commit b413205701
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ deploy:
- apt-get update - apt-get update
- apt-get install -y ruby-full build-essential zlib1g-dev rsync - apt-get install -y ruby-full build-essential zlib1g-dev rsync
- gem install bundler jekyll - gem install bundler jekyll
- bundle install
- jekyll build -d public - jekyll build -d public
- rsync -rvI --delete public/ /srv/socialnerds.org/ - rsync -rvI --delete public/ /srv/socialnerds.org/
environment: environment: