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

restart instead of run

parent d1e9d4e2
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,6 @@ deploy_dev:
- echo "deploying dev"
- docker login -u $DOCKERHUBUSER -p $DOCKERHUBPASSWORD docker.io
- docker pull l1ll1/tes:latest
- docker run -p 8080:8080 l1ll1/tes:latest
- docker restart -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