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 1cb4ef0 commit 26ebc6dCopy full SHA for 26ebc6d
deploy.sh
@@ -3,10 +3,12 @@
3
# A simple deployment script for OpenShift.
4
# It is assumed that your OpenShift Squonk application has been deployed
5
# and that you are running this from the Squonk project/namespace
6
-# and have logged in as an appropriate user.
+# and have logged in as an appropriate user and have run `source setenv.sh`
7
8
set -e pipefail
9
10
+oc login -u $OC_ADMIN
11
+oc project $OC_PROJECT
12
oc create -f post-service-descriptors.yaml
13
14
echo "Squonk pipelines deployment is underway..."
0 commit comments