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

17 lines
321 B
YAML

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