Merge branch 'remove-ci' into 'master'
Remove gitlab-ci.yml See merge request zombi/website!10
This commit is contained in:
commit
5c84c7fe17
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
||||||
stages:
|
|
||||||
- deploy
|
|
||||||
|
|
||||||
deploy-master:
|
|
||||||
stage: deploy
|
|
||||||
tags:
|
|
||||||
- website
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
script:
|
|
||||||
- jekyll build
|
|
||||||
- rsync --recursive _site/ /srv/deploy/
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue