Update .gitlab-ci.yml

This commit is contained in:
王思川 2022-01-06 04:22:37 +00:00
parent ff103198e4
commit ea4d47dc48
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ stages:
job: job:
stage: deploy stage: deploy
script: script:
- docker stop tfse_admin # - docker stop tfse_admin
- docker rm tfse_admin # - docker rm tfse_admin
- docker build -t tfse_admin . - docker build -t tfse_admin .
- docker run -d --restart=always -p 51004:51004 --name tfse_admin tfse_admin - docker run -d --restart=always -p 51004:51004 --name tfse_admin tfse_admin
only: only: