This commit is contained in:
xuyucheng 2021-11-16 10:49:29 +08:00
parent 6c6f7ccdc5
commit de20837e26
2 changed files with 2 additions and 3 deletions

1
.env
View File

@ -1 +0,0 @@
PORT=3000

View File

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