Skip to content

Commit

Permalink
use gitlab to deploy pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Sep 20, 2024
1 parent 7f86e93 commit a0dc334
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit a0dc334

Please sign in to comment.