Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
Add docker deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed Jun 14, 2017
1 parent 1a5cb9b commit 60b91c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy.sh
@@ -0,0 +1,3 @@
docker-compose build && \
docker stop $(docker ps -a -q) && \
docker-compose scale database=1 api=1 worker=1

0 comments on commit 60b91c8

Please sign in to comment.