update 项目配置

This commit is contained in:
王思川 2021-04-12 12:42:48 +08:00
parent df2236909b
commit 065ba63e66
1 changed files with 5 additions and 5 deletions

View File

@ -4,11 +4,11 @@ stages:
job:
stage: deploy
script:
# - docker stop mail_auth
# - docker rm mail_auth
- docker build -t mail_auth
- docker run -d --network apps_network --ip 172.20.50.1 -p 11002:11002 --name mail_auth mail_auth
# - docker stop server_mail
# - docker rm server_mail
- docker build -t server_mail
- docker run -d --network apps_network --ip 172.20.50.1 -p 30001:30001 --name server_mail server_mail
only:
- master
tags:
- mail_auth
- server_mail