From 42c25c2d384966965f07310a6ef1600a09f248f0 Mon Sep 17 00:00:00 2001 From: Florian Hoss Date: Mon, 4 Sep 2023 23:32:34 +0200 Subject: [PATCH] Update deploy.gitlab-ci.yml --- .gitlab/deploy.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/deploy.gitlab-ci.yml b/.gitlab/deploy.gitlab-ci.yml index 7ca7645..a6cd876 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/docker-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/home/compose.yml up -d --pull always"' - 'tsh -i /tmp/tbot-user/identity --proxy tp.unjx.de:443 ssh gitlab@berg "docker system prune --force"' environment: name: production