From 86dd8e6627cffaa0c6e141ff30da9ad89d638cc9 Mon Sep 17 00:00:00 2001 From: flifloo Date: Tue, 3 Nov 2020 13:51:27 +0100 Subject: [PATCH] Add deployment --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66e2f2b..1b1fbdd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ variables: install_requirements: stage: prepare script: - - apk add --no-cache python make g++ crul + - apk add --no-cache python make g++ - npm config set registry http://registry.npmjs.org/ - npm install artifacts: @@ -39,4 +39,7 @@ tests: deploy: stage: deploy script: + - apk add --no-cache curl - curl -fL https://letu.flifloo.fr/git + only: + - master