--- kind: pipeline type: docker name: default steps: - name: backend image: ruby:latest commands: - bundle install - bundle exec jekyll build