From 582639be04b07cd0615b8435541893254228eff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Ry=C3=BBk=29?= Date: Sat, 30 Oct 2021 18:20:57 +0200 Subject: [PATCH] Set environment variable in gitlab CI. --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1de3967..01244e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,9 @@ website: only: - master@stepan/stephane-adjemian.fr script: - - make all + - export WEBSITE_ROOT_FOLDER=`pwd` + - make publish + - make assets + - rsync -avz output/* /home/www/stephane-adjemian.fr/* tags: - restricted