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

16 lines
282 B
YAML
Raw Permalink Normal View History

2021-10-30 17:27:30 +02:00
variables:
GIT_SUBMODULE_STRATEGY: recursive
TERM: linux
2021-10-30 18:29:39 +02:00
GIT_STRATEGY: clone
2021-10-30 17:27:30 +02:00
website:
stage: build
only:
- master@stepan/stephane-adjemian.fr
script:
2021-10-30 18:20:57 +02:00
- make publish
- make assets
2021-10-30 23:25:28 +02:00
- scp -r output/* /home/www/stephane-adjemian.fr
2021-10-30 17:27:30 +02:00
tags:
- restricted