From 0bb17e5804112a7a5528eabe6d40e38d405737d7 Mon Sep 17 00:00:00 2001 From: Jonas Oberg Date: Thu, 15 Jun 2017 13:36:49 +0200 Subject: [PATCH] Updated URL --- playbook.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/playbook.yml b/playbook.yml index b604f81..f47541c 100644 --- a/playbook.yml +++ b/playbook.yml @@ -4,7 +4,7 @@ tasks: - name: build the pmpc container - command: docker build -t pmpc https://git.fsfe.org/jonas/pmpc.git + command: docker build -t pmpc https://git.fsfe.org/pmpc/website.git - name: run pmpc docker_container: @@ -12,9 +12,10 @@ image: pmpc state: started restart: yes - ports: - - 1313:80 env: - HUGO_BASE_URL: http://lund.fsfeurope.org:1313/ + HUGO_BASE_URL: https://publiccode.eu/ + VIRTUAL_HOST: publiccode.eu + LETSENCRYPT_HOST: publicode.eu + LETSENCRYPT_EMAIL: jonas@fsfe.org volumes: - "/srv/pmpc-signatures:/usr/share/blog/data/signatures:rw"