From 2986b8372df0791ad05a24cc388d20b5fae92171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Sat, 23 Jul 2022 13:08:01 +0200 Subject: [PATCH] unipi: Use git+ssh as git+https is broken Unipi adds a double slash to the path, and gitea doesn't like that. --- roles/docker/tasks/services/websites.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/docker/tasks/services/websites.yml b/roles/docker/tasks/services/websites.yml index baa71ea..b81bff9 100644 --- a/roles/docker/tasks/services/websites.yml +++ b/roles/docker/tasks/services/websites.yml @@ -39,7 +39,8 @@ VIRTUAL_HOST: "new-new.{{ data_coop_website.domains|join(',') }}" LETSENCRYPT_HOST: "new-new.{{ data_coop_website.domains|join(',') }}" LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}" - command: --remote=https://git.data.coop/halfd/new-website.git#main + # The ssh-key is for read-only only + command: --remote=https://git.data.coop/halfd/new-website.git#main --ssh-key Ag9RekCyC2eow4P/e5crVvSTQ7dTK46WkG0wqEPVJbU= --ssh-authenticator SHA256:yMAwgOC5u2wy27PxkJRCN0Eegypj5xq6pPRLeDrHcR4 capabilities: - NET_ADMIN devices: