From 80973fd6f96897f9ac71bbb82459bc1f61c8ed58 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 22 Mar 2020 12:31:09 +0100 Subject: [PATCH] Actually, provision that port --- ansible/post-deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ansible/post-deploy.yml b/ansible/post-deploy.yml index e9d1b52..8160050 100644 --- a/ansible/post-deploy.yml +++ b/ansible/post-deploy.yml @@ -26,3 +26,10 @@ mappings: - "http:3000:3000" state: absent + + - name: Set HTTP 443 port + dokku_ports: + app: gitea + mappings: + - "https:443:3000" + state: present