From a4547f2703473ce9154ff128055aea029ed895fd Mon Sep 17 00:00:00 2001 From: Adrian McEwen Date: Tue, 7 Dec 2021 22:02:29 +0000 Subject: [PATCH] (Hopefully) start the containers again after deploying the new version. Part of #48 --- .github/workflows/deploy-to-production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-production.yaml b/.github/workflows/deploy-to-production.yaml index 03c2de1..974faf6 100644 --- a/.github/workflows/deploy-to-production.yaml +++ b/.github/workflows/deploy-to-production.yaml @@ -27,4 +27,4 @@ jobs: git pull docker-compose build docker-compose down - docker-compose start + docker-compose up -d