Commit eaadd386 authored by Administrator's avatar Administrator

生产环境发布

parent 15c79f37
@echo off
SET SH=docker rm -f pd-user;
SET SH=%SH% docker run --name pd-user -it -d --restart always
SET SH=%SH% -v /home/pangd/conf:/home/java/conf/ --net evndm
SET SH=%SH% pd-user:latest --spring.profiles.active=dev
if 1 equ 1 (
java_docker -ssh root@l102 -sh "%SH%"
)
@echo on
\ No newline at end of file
@echo off
SET SH=docker rm -f pd-user;
SET SH=%SH% docker run --name pd-user -it -d --restart always
SET SH=%SH% -v /home/pangd/conf:/home/java/conf/ --net mest
SET SH=%SH% pd-user:latest --spring.profiles.active=mest
if 1 equ 1 (
java_docker -ssh root@l206 -sh "%SH%"
)
@echo on
\ No newline at end of file
@echo off
if 1 equ 1 (
mest
dev
)
@echo on
\ No newline at end of file
eureka:
client:
service-url:
defaultZone: http://10.150.2.2:6800/eureka/
yzg:
logAll: true
PrintSql: true
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment