forked from robipozzi/windfire-restaurants-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetenv.sh
More file actions
executable file
·21 lines (21 loc) · 726 Bytes
/
setenv.sh
File metadata and controls
executable file
·21 lines (21 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
##### Terminal Colors - START
red=$'\e[1;31m'
grn=$'\e[1;32m'
yel=$'\e[1;33m'
blu=$'\e[1;34m'
mag=$'\e[1;35m'
cyn=$'\e[1;36m'
end=$'\e[0m'
coffee=$'\xE2\x98\x95'
coffee3="${coffee} ${coffee} ${coffee}"
##### Terminal Colors - END
###### Variable section - START
ANGULAR_DIST_DIR=dist/
CONTAINER_IMAGE_NAME=windfire-restaurants-node
CONTAINER_IMAGE_VERSION=1.0
CONTAINER_NAME=windfire-restaurants-node
DOCKER_HUB_ID=robipozzi
OPENSHIFT_IMAGE_REGISTRY=default-route-openshift-image-registry.robipozzi-rhocp-588309-3c76f4d12b7fe02f9cab56e64bec3e29-0000.eu-de.containers.appdomain.cloud
OPENSHIFT_APP_LABEL=windfire-restaurants-backend
OPENSHIFT_JENKINS_BUILDCONFIG=windfire-restaurants-node-pipeline
###### Variable section - END