summaryrefslogtreecommitdiff
path: root/lisp/webapps/snow/clojurescript
diff options
context:
space:
mode:
authorckonstanski <carlos.konstanski@olo.com>2026-06-22 09:23:43 -0600
committerckonstanski <carlos.konstanski@olo.com>2026-06-22 09:23:43 -0600
commitfd2f666c55fdd10f4c56841d90741713a0891e7b (patch)
tree740ec24b7ce809d647d11d224db1ee941b037d50 /lisp/webapps/snow/clojurescript
parentf225b453fc738d9322aca9b5bf72a3b11a39dcc8 (diff)
stuffdevelop
Diffstat (limited to 'lisp/webapps/snow/clojurescript')
-rw-r--r--lisp/webapps/snow/clojurescript/snow/src/core.cljs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/webapps/snow/clojurescript/snow/src/core.cljs b/lisp/webapps/snow/clojurescript/snow/src/core.cljs
index 28d69c9..e0d3e22 100644
--- a/lisp/webapps/snow/clojurescript/snow/src/core.cljs
+++ b/lisp/webapps/snow/clojurescript/snow/src/core.cljs
@@ -755,6 +755,7 @@
(hiccups/defhtml template-octopus-qrs-lsrs-redeploy [jsonobj]
[:h3 {:style "text-align: center"} "Redeploy Queue Retry Service and Log Streaming Retry Service to a single target in the specified environment."]
+ [:h5 {:style "text-align: center"} "Assumes that you have the <code>OLO_AWS_BUILD_PROFILE</code> environment variable set with the name of your build profile."]
[:h5 {:style "text-align: center"} "The target will be chosen at random. The purpose of this tool is to truncate the octopus deployment log. For this purpose the choice of target is unimportant."]
[:div {:id "content"}]
[:div {:id "results-submit-ack"}]