deployment_files
This commit is contained in:
parent
30ba5bd062
commit
2b6ec84c71
@ -11,7 +11,7 @@ GITEA_EMAIL=ganeshk@dekatc.com
|
|||||||
GIT_BRANCH=main
|
GIT_BRANCH=main
|
||||||
DOMAIN=157.66.191.31:3000
|
DOMAIN=157.66.191.31:3000
|
||||||
#TARGET_PORT=9292
|
#TARGET_PORT=9292
|
||||||
PATH_DIR=/data/35561_1743401551461/sureops_deploy/test31march3/sureops/test31march3-demot1-f/deployment
|
PATH_DIR=/data/35561_1743404543364/sureops_deploy/test31march3/sureops/test31march3-demot1-f/deployment
|
||||||
#**********************
|
#**********************
|
||||||
cd $PATH_DIR
|
cd $PATH_DIR
|
||||||
DOCKER_TAG=1.5
|
DOCKER_TAG=1.5
|
||||||
|
|||||||
@ -13,7 +13,7 @@ DOMAIN=157.66.191.31:3000
|
|||||||
#WEB-URL-PORT
|
#WEB-URL-PORT
|
||||||
CONT_PORT=3306
|
CONT_PORT=3306
|
||||||
TARGET_PORT=9292
|
TARGET_PORT=9292
|
||||||
PATH_DIR=/data/35561_1743401551461/sureops_deploy/test31march3/sureops/test31march3-test2-b/deployment
|
PATH_DIR=/data/35561_1743404543364/sureops_deploy/test31march3/sureops/test31march3-test2-b/deployment
|
||||||
#**********************
|
#**********************
|
||||||
cd $PATH_DIR
|
cd $PATH_DIR
|
||||||
DOCKER_TAG=1.5
|
DOCKER_TAG=1.5
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
ENV MYSQL_ROOT_PASSWORD root
|
ENV MYSQL_ROOT_PASSWORD root
|
||||||
COPY conf.d /etc/mysql/conf.d
|
COPY conf.d /etc/mysql/conf.d
|
||||||
COPY *.sql /docker-entrypoint-initdb.d/
|
COPY *.sql /docker-entrypoint-initdb.d/
|
||||||
#COPY --from=code /repo//data/35561_1743401551461/sureops_deploy/test31march3/test31march3-testdb-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ .
|
#COPY --from=code /repo//data/35561_1743404543364/sureops_deploy/test31march3/test31march3-testdb-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ .
|
||||||
VOLUME /var/lib/mysql
|
VOLUME /var/lib/mysql
|
||||||
EXPOSE 3306
|
EXPOSE 3306
|
||||||
CMD ["mysqld"]
|
CMD ["mysqld"]
|
||||||
@ -11,11 +11,11 @@ GIT_BRANCH=main
|
|||||||
DOMAIN=157.66.191.31:3000
|
DOMAIN=157.66.191.31:3000
|
||||||
CONT_PORT=3306
|
CONT_PORT=3306
|
||||||
TARGET_PORT=3306
|
TARGET_PORT=3306
|
||||||
PATH_DIR=/data/35561_1743401551461/sureops_deploy/test31march3/sureops/test31march3-testdb-d/deployment
|
PATH_DIR=/data/35561_1743404543364/sureops_deploy/test31march3/sureops/test31march3-testdb-d/deployment
|
||||||
|
|
||||||
#**********************
|
#**********************
|
||||||
cd $PATH_DIR
|
cd $PATH_DIR
|
||||||
cp /data/35561_1743401551461/sureops_deploy/test31march3/test31march3-testdb-d/authsec_mysql/mysql/wf_table/*.sql .
|
cp /data/35561_1743404543364/sureops_deploy/test31march3/test31march3-testdb-d/authsec_mysql/mysql/wf_table/*.sql .
|
||||||
pwd
|
pwd
|
||||||
DOCKER_TAG=1.5
|
DOCKER_TAG=1.5
|
||||||
# Stop any existing containers with the same name and ports
|
# Stop any existing containers with the same name and ports
|
||||||
|
|||||||
@ -1156,7 +1156,7 @@ CREATE TABLE `sys_param_upload` (
|
|||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
||||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS testtt(id BIGINT NOT NULL AUTO_INCREMENT, datag VARCHAR(400), value_list_field VARCHAR(400), name VARCHAR(400), PRIMARY KEY (id));
|
CREATE TABLE IF NOT EXISTS testtt(id BIGINT NOT NULL AUTO_INCREMENT, checkout_field VARCHAR(400), approved_field VARCHAR(400), name VARCHAR(400), PRIMARY KEY (id));
|
||||||
START TRANSACTION;
|
START TRANSACTION;
|
||||||
INSERT INTO `sec_menu_det` VALUES (null,'2023-01-25 11:12:27','2023-02-04 15:34:36',8001,'Testtt',NULL,1577,'Testtt','U2000','Enable');
|
INSERT INTO `sec_menu_det` VALUES (null,'2023-01-25 11:12:27','2023-02-04 15:34:36',8001,'Testtt',NULL,1577,'Testtt','U2000','Enable');
|
||||||
SET @last_inserted_id = LAST_INSERT_ID();
|
SET @last_inserted_id = LAST_INSERT_ID();
|
||||||
|
|||||||
@ -21,5 +21,5 @@ class ApiConstants {
|
|||||||
static const getSystemParameters = '$baseUrl/sysparam/getSysParams';
|
static const getSystemParameters = '$baseUrl/sysparam/getSysParams';
|
||||||
static const updateSystemParams = '$baseUrl/sysparam/updateSysParams';
|
static const updateSystemParams = '$baseUrl/sysparam/updateSysParams';
|
||||||
|
|
||||||
static const baseUrl ='http://157.66.191.31:31495/test2';
|
static const baseUrl ='http://157.66.191.31:31502/test2';
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user