tfse-model-api-v0.2/.gitlab-ci.yml

15 lines
328 B
YAML

stages:
- deploy
job:
stage: deploy
script:
- docker stop tfse_rating
- docker rm tfse_rating
- docker build -t tfse_rating .
- docker run -d -p 51012:51012 --name tfse_rating -v /etc/timezone:/etc/timezone:ro -v /etc/localtime:/etc/localtime:ro tfse_rating
only:
- master
tags:
- tfse_rating