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