Update deploy.gitlab-ci.yml
This commit is contained in:
parent
cf4a249aba
commit
42c25c2d38
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue