Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Serubin committed Nov 19, 2017
1 parent cff8c43 commit fc9ea1a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitlab-ci.yml
@@ -0,0 +1,13 @@
stages:
- deploy
deploy:
variables:
DEST_PATH: "/var/www/serubin_net/"
stage: deploy
only:
- master
script:
- npm i
- grunt build
- jekyll build --incremental -d $DEST_PATH

0 comments on commit fc9ea1a

Please sign in to comment.