Commit 9637f879 authored by Administrator's avatar Administrator

Update .gitlab-ci.yml

parent d5e6ec01
Pipeline #577 failed with stages
in 1 minute
......@@ -49,8 +49,8 @@ DockerPush:
Docker-deploy:
stage: Deploy
script:
- docker pull $CI_REGISTRY_IMAGE/$CI_PROJECT_NAME
#- docker run --name $CI_PROJECT_NAME -d -p 8091:8080 $CI_REGISTRY_IMAGE/$CI_PROJECT_NAME .
#- docker pull $CI_REGISTRY_IMAGE/$CI_PROJECT_NAME
- docker run --name $CI_PROJECT_NAME -d $CI_REGISTRY_IMAGE/$CI_PROJECT_NAME .
only:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment