Skip to content
Snippets Groups Projects
Commit a0930a40 authored by Chris Hines's avatar Chris Hines
Browse files

restart instead of run

parent 7b6b4822
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ deploy_dev:
- echo "deploying dev"
- docker login -u $DOCKERHUBUSER -p $DOCKERHUBPASSWORD docker.io
- docker pull l1ll1/tes:latest
- docker restart -p 8080:8080 l1ll1/tes:latest
- docker stop l1ll1/tes:latest
- docker run -p 8080:8080 l1ll1/tes:latest
dependencies:
- build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment