From f7c7044cd7465229a4e2077aeb101ba6f0edcf9e Mon Sep 17 00:00:00 2001 From: Florian Hoss Date: Wed, 27 Sep 2023 14:52:09 +0200 Subject: [PATCH] Contain background image instead of cover --- .gitlab/deploy.gitlab-ci.yml | 2 +- web/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/deploy.gitlab-ci.yml b/.gitlab/deploy.gitlab-ci.yml index a6cd876..2152163 100644 --- a/.gitlab/deploy.gitlab-ci.yml +++ b/.gitlab/deploy.gitlab-ci.yml @@ -12,7 +12,7 @@ deploy: - tar -xvf teleport-v${TELEPORT_VERSION}-linux-amd64-bin.tar.gz - ./teleport/install - 'tbot start --token=gitlab --destination-dir=/tmp/tbot-user --data-dir=/tmp/tbot-data --auth-server=tp.unjx.de:443 --join-method=gitlab --oneshot' - - 'tsh -i /tmp/tbot-user/identity --proxy tp.unjx.de:443 ssh gitlab@berg "docker compose -f /opt/docker/home/compose.yml up -d --pull always"' + - 'tsh -i /tmp/tbot-user/identity --proxy tp.unjx.de:443 ssh gitlab@berg "docker compose -f /opt/docker/helper/compose.yml up home -d --pull always"' - 'tsh -i /tmp/tbot-user/identity --proxy tp.unjx.de:443 ssh gitlab@berg "docker system prune --force"' environment: name: production diff --git a/web/templates/index.html b/web/templates/index.html index d88eecd..31c6026 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -287,7 +287,7 @@
{{ range .Entries }} -
+
{{ .Name }}
{{ end }}