From 7a799b1d35eeadbdb15975da1d4b70b1f3c2d612 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 17 Aug 2021 22:03:20 +0100 Subject: [PATCH] Ensure that the latest code is pulled --- tools/deployment/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/deployment/deploy.yml b/tools/deployment/deploy.yml index 124c03467..94fbb26a7 100644 --- a/tools/deployment/deploy.yml +++ b/tools/deployment/deploy.yml @@ -5,6 +5,7 @@ tasks: - name: Pull the latest images and restart the services shell: | + git pull docker-compose --file docker-compose-production.yaml pull docker-compose --file docker-compose-production.yaml up --detach args: