From 3686599a53ad1e9c315df0ebdff22363590ffaec Mon Sep 17 00:00:00 2001
From: Adam Caprez <acaprez2@unl.edu>
Date: Thu, 14 Feb 2019 18:21:55 +0000
Subject: [PATCH] Change deploy tag for new host.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c2ba384..1d32b1ad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
-- 
GitLab