Remove tmp folder

This commit is contained in:
Florian Hoss 2024-03-12 16:03:16 +01:00
parent 09c876c736
commit 76741a9295
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -211,3 +211,4 @@ dist
storage/
**/*_templ.*
assets/css/style.css
tmp/

View file

@ -49,7 +49,7 @@ deploy:
- tar -xvf teleport-v${TELEPORT_VERSION}-linux-amd64-bin.tar.gz
- ./teleport/install
- 'tbot start -c tbot.yaml'
- 'tsh -i /tmp/machine-id/identity --proxy tp.unjx.de:443 ssh gitlab@berg "docker compose -f /opt/docker/helper/compose.yml up home -d --pull always && docker system prune --force"'
- 'tsh -i /tmp/machine-id/identity --proxy tp.unjx.de:443 ssh gitlab@berg "docker compose -f /opt/docker/home/compose.yml up home -d --pull always && docker system prune --force"'
environment:
name: production
url: $PRODUCTION_URL

BIN
tmp/app

Binary file not shown.