.gitea/workflows/deploy.yml aktualisiert
Deploy / deploy (push) Successful in 39s

This commit is contained in:
2026-05-07 16:26:42 +00:00
parent 5ec454ce14
commit 76859262fb
+2 -2
View File
@@ -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