Set environment variable in gitlab CI.

master
Stéphane Adjemian (Ryûk) 2021-10-30 18:20:57 +02:00
parent ccdcefd930
commit 582639be04
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 4 additions and 1 deletions

View File

@ -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