diff --git a/deploy.sh b/deploy.sh index 838ce81..4e3518b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -43,7 +43,7 @@ fi echo "==> Committing and pushing to Gitea..." git -C "$REPO_DIR" add -A git -C "$REPO_DIR" commit -m "$COMMIT_MSG" 2>/dev/null || echo " (nothing new to commit)" -git -C "$REPO_DIR" remote set-url origin "https://$GITEA_USER:$GITEA_TOKEN@gitea.jgitta.com/jgitta/senior-kiosk.git" +git -C "$REPO_DIR" remote set-url origin "http://$GITEA_USER:$GITEA_TOKEN@192.168.88.27:3002/jgitta/senior-kiosk.git" git -C "$REPO_DIR" push origin master || echo " (push failed — check network)" echo "==> Restarting kiosk-dev..."