Commit 1ce3c5cf authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

fixing deploy with docker-compose

parent 32ea0562
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ deploy:
        # Deploy with docker-compose on the remote host
        - docker-compose down --remove-orphans
        - docker-compose pull --quiet
        - docker-compose build --quiet app
        - docker-compose up --detach --wait
        # Clean up the socket forwarding
        - ssh -q -S docker-ctrl-socket -O exit "$DEPLOY_USER@$DEPLOY_HOST"