diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..963a998 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,13 @@ + + +stages: + - deploy + +Deploy dCache.ORG pages: + stage: deploy + tags: + - hugo + - www.dcache.org + script: + - git submodule update --init --recursive + - /usr/local/bin/hugo -b https://dcache.org -d /data/www/dcache.org/