Skip to content

Instantly share code, notes, and snippets.

View sebelga's full-sized avatar
:octocat:
#hello

Sébastien Loix sebelga

:octocat:
#hello
View GitHub Profile
@sebelga
sebelga / .gitlab-ci.yml
Created November 3, 2020 08:49 — forked from balintsera/.gitlab-ci.yml
Gitlab config for docker based CICD pipeline (node.js)
image: customregistry/docker-builder:latest
variables:
dockerTag: '$CI_BUILD_REF'
DOCKER_REPO: customregistry
IMAGE_BASE_NAME: redis-faas
IMAGE: $EVISTA_DOCKER_REPO/$IMAGE_BASE_NAME:$CI_BUILD_REF
CONTAINER_NAME: 'fotok-redis-pipeline'
TARGET_DIR_STAGE: /srv/docker/staging/redis-faas
TARGET_DIR_PROD: /srv/docker/prod/redis-faas