Hello! I studied Computer Science, and live in Bath. I write code, design games, and occasionally tweet.
Hello! I studied Computer Science, and live in Bath. I write code, design games, and occasionally tweet.

Moving this Blog to GitLab Feb. 11, 2020 in Text

This blog has now been moved to GitLab, allowing me to experiment with their CI / CD setup.

For anyone curious, this is currently my .gitlab-ci.yaml:

variables:
  GIT_DEPTH: 1
image: ruby:2.5
cache:
  paths:
   - _vendor
before_script:
  - bundle install --path _vendor
pages:
  stage: deploy
  script:
   - bundle exec jekyll build -d public
  artifacts:
     paths:
       - public
  only:
   - master

Get an email when I post, zero spam     Get an email when I post     Newsletter