From 79b7273ff2a487d6721d393682c8ad3927467a75 Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 18 Jan 2021 06:51:19 +0100 Subject: [PATCH] Remove my blog --- app/deployment/web_static.hcl | 50 ----------------------------------- 1 file changed, 50 deletions(-) diff --git a/app/deployment/web_static.hcl b/app/deployment/web_static.hcl index a02d48b..16c8b35 100644 --- a/app/deployment/web_static.hcl +++ b/app/deployment/web_static.hcl @@ -58,55 +58,5 @@ EOH } } } - - group "quentin" { - network { - port "quentin_port" { to = 8080 } - } - - task "server" { - driver = "docker" - config { - image = "superboum/amd64_webpull_ruby:v1" - ports = [ "quentin_port" ] - } - - template { - data = <