This commit is contained in:
parent
a72dbf3a00
commit
7d157cfb24
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@ pipeline:
|
||||||
image: jekyll/jekyll
|
image: jekyll/jekyll
|
||||||
privileged: true
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
- ls -al
|
- chmod -R a+w .
|
||||||
- id
|
|
||||||
|
- bundle install
|
||||||
- bundle exec jekyll build -d /var/www/pages/index
|
- bundle exec jekyll build -d /var/www/pages/index
|
||||||
volumes:
|
volumes:
|
||||||
- /var/www/pages:/var/www/pages
|
- /var/www/pages:/var/www/pages
|
||||||
|
|
Loading…
Reference in a new issue