From 1224e4358d6d0e7401f45ba85f1d1904855ae950 Mon Sep 17 00:00:00 2001 From: Adrian McEwen Date: Tue, 7 Dec 2021 21:53:33 +0000 Subject: [PATCH] Get the deployment script to *use* the new containers it builds. Part of #48 --- .github/workflows/deploy-to-production.yaml | 3 ++- website/templates/home.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-production.yaml b/.github/workflows/deploy-to-production.yaml index c19350d..03c2de1 100644 --- a/.github/workflows/deploy-to-production.yaml +++ b/.github/workflows/deploy-to-production.yaml @@ -26,4 +26,5 @@ jobs: cd optimism git pull docker-compose build - docker-compose restart + docker-compose down + docker-compose start diff --git a/website/templates/home.html b/website/templates/home.html index d18cdbd..4bb8496 100644 --- a/website/templates/home.html +++ b/website/templates/home.html @@ -27,7 +27,7 @@

Some pages

That might be

-

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor +

E ancora qualche altre parole. id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

View details »