Skip to content
Snippets Groups Projects

Change deploy tag for new host.

Merged Adam Caprez requested to merge update-deploy into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -28,7 +28,7 @@ deploy:
only:
- master
tags:
- docs-test
- hcc-docs-prod
script:
- curl -L https://raw.githubusercontent.com/unlhcc/singularity-dockerfiles/master/IMAGELIST.md > static/markdown/singularity-images.md
- hugo --ignoreCache -b ${BASE_URL} -v
Loading