From 76859262fb0810b0642e325b06ee5c6d9bdb61c8 Mon Sep 17 00:00:00 2001 From: janis Date: Thu, 7 May 2026 16:26:42 +0000 Subject: [PATCH] .gitea/workflows/deploy.yml aktualisiert --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 698541e..e09c2ee 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -44,9 +44,9 @@ jobs: : "${GIT_USER:?GIT_USER is required}" : "${GIT_TOKEN:?GIT_TOKEN is required}" - APP_DIR="/srv/systems/armeech-nneptune" + APP_DIR="/srv/systems/armeech-neptune" GIT_HOST="${GIT_HOST:-git.jakach.ch}" - GIT_REPO="jakach/armeech-nneptune.git" + GIT_REPO="jakach/armeech-neptune.git" GIT_BRANCH="${GIT_BRANCH:-main}" mkdir -p ~/.ssh