Update .gitlab-ci.yml

This commit is contained in:
王思川 2022-01-06 03:00:07 +00:00
parent f2e9a58d6e
commit ff103198e4
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: