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

correct speeling

parent 920949f6
No related branches found
No related tags found
No related merge requests found
Pipeline #6875 passed
...@@ -43,6 +43,6 @@ deploy_dev: ...@@ -43,6 +43,6 @@ deploy_dev:
- docker ps -a -q | xargs -I{} docker rm {} || echo "No containers to remove" - docker ps -a -q | xargs -I{} docker rm {} || echo "No containers to remove"
- docker images -q | xargs -I{} docker rmi {} || echo "No images to remove" - docker images -q | xargs -I{} docker rmi {} || echo "No images to remove"
- docker pull l1ll1/strudel2_backend:latest - docker pull l1ll1/strudel2_backend:latest
- docker run -d -p 8080:8080 -p 8090:8090 --name strudle2_backend l1ll1/strudel2_backend:latest || echo "Unable to start image ... possibly the old wsgi process is still running?" - docker run -d -p 8080:8080 -p 8090:8090 --name strudel2_backend l1ll1/strudel2_backend:latest || echo "Unable to start image ... possibly the old wsgi process is still running?"
dependencies: dependencies:
- build - 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