stephane-adjemian.fr/.gitlab-ci.yml

17 lines
327 B
YAML

variables:
GIT_SUBMODULE_STRATEGY: recursive
TERM: linux
GIT_STRATEGY: fetch
website:
stage: build
only:
- master@stepan/stephane-adjemian.fr
script:
- export WEBSITE_ROOT_FOLDER=`pwd`
- make publish
- make assets
- rsync -avz output/* /home/www/stephane-adjemian.fr/*
tags:
- restricted