From 784bf7283849654295fdfe62787d3556cd022d50 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 24 Mar 2020 23:10:00 +0100 Subject: [PATCH] Point to HTTPS port on this one --- ansible/post-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/post-deploy.yml b/ansible/post-deploy.yml index 5ef47fa..1edb4a5 100644 --- a/ansible/post-deploy.yml +++ b/ansible/post-deploy.yml @@ -29,5 +29,5 @@ dokku_ports: app: drone mappings: - - "https:443:80" + - "https:443:443" state: present