Skip to content
Snippets Groups Projects
Commit e9c092c0 authored by Adam Caprez's avatar Adam Caprez
Browse files

Merge branch 'deploy-update' into 'master'

Use downloaded tarball instead of local binary.

See merge request !200
parents 72ece143 6dcf5856
No related branches found
No related tags found
1 merge request!200Use downloaded tarball instead of local binary.
......@@ -30,7 +30,10 @@ deploy:
tags:
- hcc-docs-prod
script:
- export HUGOTMP=`mktemp -d`
- curl -L -o - ${HUGO_TARBALL} | tar -zx -C ${HUGOTMP}
- curl -L https://raw.githubusercontent.com/unlhcc/singularity-dockerfiles/master/IMAGELIST.md > static/markdown/singularity-images.md
- hugo --ignoreCache -b ${BASE_URL} -v
- ${HUGOTMP}/hugo --ignoreCache -b ${BASE_URL} -v
- pandoc -s content/facilities.md -o public/facilities.docx
- rsync -avz --delete public/ $DEPLOY_ROOT
- rm -rf ${HUGOTMP}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment