Skip to content

Instantly share code, notes, and snippets.

View loup-brun's full-sized avatar

loup-brun

View GitHub Profile
@kant312
kant312 / .gitlab-ci.yml
Created February 11, 2020 12:31
My ready to go GitLab config to deploy an Eleventy website on a VPS using rsync and ssh
stages:
- build
- deploy
eleventy:
stage: build
image: node:lts-buster
cache:
key: "$CI_JOB_NAME"
paths: