back to jekyll 4, trying passing env variables to docker...

This commit is contained in:
sunda 2022-03-30 12:45:22 +02:00
parent 07d2f37e3b
commit 23af589ce5

View File

@ -3,7 +3,11 @@ name: default
steps:
- name: Build jekyll
image: jekyll/jekyll:3.8.4
image: jekyll/jekyll:latest
user: root
environment:
JEKYLL_UID: 1000
JEKYLL_GID: 1000
commands:
- "JEKYLL_ENV=production jekyll build"
- name: Build parcel