We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020aeb1 commit 91294a3Copy full SHA for 91294a3
deploy.sh
@@ -1,5 +1,12 @@
1
#!/usr/bin/env bash
2
3
+# DEPRECATION NOTICE
4
+#
5
+# YOU SHOULD BE USING THE ANSIBLE PLAYBOOKS in openshift/ansible
6
+# WHERE YOU WILL ALSO FIND A SIMPLE README. ALTHOUGH EVERY ATTEMPT HAS BEEN
7
+# MADE TO KEEP THE SCRIPT YOU SEE HERE IN GOOD ORDER IT MIGHT BE OUT OF DATE.
8
+# IF THE EXISTING ANSIBLE PLAYBOOKS ARE NOT SUITABLE MAKE THEM SO!
9
+
10
# A simple deployment script for OpenShift.
11
# It is assumed that your OpenShift Squonk application has been deployed
12
# and that you are running this from the Squonk project/namespace
0 commit comments