diff options
author | 2017-09-07 17:45:09 +0000 | |
---|---|---|
committer | 2017-09-07 17:45:09 +0000 | |
commit | 97204a4b7456d021bcc4d030f3b41eedb7c89e61 (patch) | |
tree | 7b2d3898b58296f3773d738fc76409f9fe62928e /deliveries/.env | |
parent | 6efc2f7ffffed6c8c473caeaebb26bb087a0b6cd (diff) | |
parent | bfbe335566089f03f44b00bd18f1d3a4b0209927 (diff) |
Merge "Add CLI deployment as part of portal"
Diffstat (limited to 'deliveries/.env')
-rw-r--r-- | deliveries/.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deliveries/.env b/deliveries/.env index fa307685..eb7f33ca 100644 --- a/deliveries/.env +++ b/deliveries/.env @@ -11,6 +11,7 @@ WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps EP_IMG_NAME=portal-apps DB_IMG_NAME=portal-db WMS_IMG_NAME=portal-wms + # Tag all images with this PORTAL_TAG=1.1.0 |