deployment_files
This commit is contained in:
		
							parent
							
								
									6cb6b41383
								
							
						
					
					
						commit
						28bb42dcd8
					
				| @ -13,7 +13,7 @@ DOMAIN=157.66.191.31:3000 | ||||
| #WEB-URL-PORT | ||||
| CONT_PORT=3306 | ||||
| TARGET_PORT=9292 | ||||
| PATH_DIR=/data/35414_1743226126208/sureops_deploy/testflutter24/sureops/testflutter24-back-b/deployment | ||||
| PATH_DIR=/data/35414_1743228265680/sureops_deploy/testflutter24/sureops/testflutter24-back-b/deployment | ||||
| #********************** | ||||
| cd $PATH_DIR | ||||
| DOCKER_TAG=1.0 | ||||
|  | ||||
| @ -12,7 +12,7 @@ | ||||
|         ENV MYSQL_ROOT_PASSWORD root | ||||
|         COPY conf.d /etc/mysql/conf.d | ||||
|         COPY *.sql /docker-entrypoint-initdb.d/ | ||||
|         #COPY --from=code /repo//data/35414_1743226126208/sureops_deploy/testflutter24/testflutter24-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . | ||||
|         #COPY --from=code /repo//data/35414_1743228265680/sureops_deploy/testflutter24/testflutter24-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . | ||||
|         VOLUME /var/lib/mysql | ||||
|         EXPOSE 3306 | ||||
|         CMD ["mysqld"] | ||||
| @ -11,11 +11,11 @@ GIT_BRANCH=main | ||||
| DOMAIN=157.66.191.31:3000 | ||||
| CONT_PORT=3306 | ||||
| TARGET_PORT=3306 | ||||
| PATH_DIR=/data/35414_1743226126208/sureops_deploy/testflutter24/sureops/testflutter24-db-d/deployment | ||||
| PATH_DIR=/data/35414_1743228265680/sureops_deploy/testflutter24/sureops/testflutter24-db-d/deployment | ||||
| 
 | ||||
| #********************** | ||||
| cd $PATH_DIR | ||||
| cp /data/35414_1743226126208/sureops_deploy/testflutter24/testflutter24-db-d/authsec_mysql/mysql/wf_table/*.sql . | ||||
| cp /data/35414_1743228265680/sureops_deploy/testflutter24/testflutter24-db-d/authsec_mysql/mysql/wf_table/*.sql . | ||||
| pwd | ||||
| DOCKER_TAG=1.0 | ||||
| # Stop any existing containers with the same name and ports | ||||
|  | ||||
| @ -1156,18 +1156,12 @@ CREATE TABLE `sys_param_upload` ( | ||||
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; | ||||
| /*!40101 SET character_set_client = @saved_cs_client */; | ||||
| 
 | ||||
| CREATE TABLE IF NOT EXISTS testm(id BIGINT NOT NULL AUTO_INCREMENT, numberb int, numbera int, calculatedadd VARCHAR(400), selecdya int, selectdyamul VARCHAR(400), onetoone VARCHAR(400), selectmulsta VARCHAR(400), valuell VARCHAR(400), bar_code VARCHAR(400), dataggg VARCHAR(400), selectauto int, selectautomul VARCHAR(400), qr_code VARCHAR(400), namem VARCHAR(400), selectsta VARCHAR(400),  PRIMARY KEY (id));  | ||||
| CREATE TABLE IF NOT EXISTS testm(id BIGINT NOT NULL AUTO_INCREMENT, selecdya int, selectdyamul VARCHAR(400), selectmulsta VARCHAR(400), selectauto int, selectautomul VARCHAR(400), namem VARCHAR(400), selectsta VARCHAR(400),  PRIMARY KEY (id));  | ||||
| START TRANSACTION;  | ||||
| INSERT INTO `sec_menu_det` VALUES (null,'2023-01-25 11:12:27','2023-02-04 15:34:36',8001,'Testm',NULL,1577,'Testm','U2000','Enable'); | ||||
| SET @last_inserted_id = LAST_INSERT_ID();  | ||||
| INSERT INTO `sec_grp_menu_access` VALUES (@last_inserted_id,1,NULL,'2024-01-17 18:56:07','true',8001,'true','true','true','true','true','Testm',NULL,1577,'Testm','true','U1000','Enable',NULL,'2024-01-17 18:56:07');  | ||||
| COMMIT;  | ||||
| CREATE TABLE IF NOT EXISTS child(id BIGINT NOT NULL AUTO_INCREMENT, numberb int, numbera int, calculatedadd VARCHAR(400), selecdya int, selectdyamul VARCHAR(400), onetoone VARCHAR(400), selectmulsta VARCHAR(400), valuell VARCHAR(400), bar_code VARCHAR(400), dataggg VARCHAR(400), selectauto int, selectautomul VARCHAR(400), qr_code VARCHAR(400), namemmm VARCHAR(400), namem VARCHAR(400), selectsta VARCHAR(400),  PRIMARY KEY (id));  | ||||
| START TRANSACTION;  | ||||
| INSERT INTO `sec_menu_det` VALUES (null,'2023-01-25 11:12:27','2023-02-04 15:34:36',8001,'Child',NULL,1577,'Child','U2000','Enable'); | ||||
| SET @last_inserted_id = LAST_INSERT_ID();  | ||||
| INSERT INTO `sec_grp_menu_access` VALUES (@last_inserted_id,1,NULL,'2024-01-17 18:56:07','true',8001,'true','true','true','true','true','Child',NULL,1577,'Child','true','U1000','Enable',NULL,'2024-01-17 18:56:07');  | ||||
| COMMIT;  | ||||
| 
 | ||||
| -- | ||||
| -- Dumping data for table `sys_param_upload` | ||||
|  | ||||
| @ -11,7 +11,7 @@ GITEA_EMAIL=ganeshk@dekatc.com | ||||
| GIT_BRANCH=main | ||||
| DOMAIN=157.66.191.31:3000 | ||||
| #TARGET_PORT=9292 | ||||
| PATH_DIR=/data/35414_1743226126208/sureops_deploy/testflutter24/sureops/testflutter24-front-f/deployment | ||||
| PATH_DIR=/data/35414_1743228265680/sureops_deploy/testflutter24/sureops/testflutter24-front-f/deployment | ||||
| #********************** | ||||
| cd $PATH_DIR | ||||
| DOCKER_TAG=1.0 | ||||
|  | ||||
| @ -21,5 +21,5 @@ class ApiConstants { | ||||
|   static const getSystemParameters = '$baseUrl/sysparam/getSysParams'; | ||||
|   static const updateSystemParams = '$baseUrl/sysparam/updateSysParams'; | ||||
| 
 | ||||
|  static const baseUrl ='http://157.66.191.31:31400/back';  | ||||
|  static const baseUrl ='http://157.66.191.31:31407/back';  | ||||
| } | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user