diff --git a/.gitignore b/.gitignore index a54fb66..9877363 100644 --- a/.gitignore +++ b/.gitignore @@ -211,3 +211,4 @@ dist storage/ **/*_templ.* assets/css/style.css +tmp/ diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa09dc9..f28d93d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/tmp/app b/tmp/app deleted file mode 100755 index c676eb1..0000000 Binary files a/tmp/app and /dev/null differ