Skip to content
Snippets Groups Projects
Commit ce342750 authored by Stefano Guerrini's avatar Stefano Guerrini
Browse files

CI TLLA 2021 image

parent ad750131
No related branches found
No related tags found
No related merge requests found
image: ruby:3.1
stages:
- build
- deploy
......@@ -8,10 +10,10 @@ variables:
cache:
paths:
- web/vendor/bundle/
# - web/vendor/bundle/
- vendor/bundle/
.build:
image: ruby:3.1
stage: build
before_script:
- apt-get update -qy
......@@ -22,10 +24,9 @@ cache:
- bundle exec jekyll build -d $BUILD_DIR --config $CONFIG
artifacts:
paths:
- web/$BUILD_DIR
- $BUILD_DIR
.deploy:
image: debian:bullseye
stage: deploy
variables:
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment