From b3c9b9950029418edc53eb989d6fb85a9e7866e3 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Tue, 28 Jul 2026 07:01:59 +0200 Subject: [PATCH] updater_server to teletypegames.org --- .woodpecker.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index a51c43f..28f06e6 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -27,7 +27,7 @@ steps: - name: update image: alpine environment: - UPDATE_SERVER: https://games.vps.teletype.hu + UPDATE_SERVER: https://teletypegames.org UPDATE_SECRET: from_secret: update_secret_key commands: diff --git a/Makefile b/Makefile index 682999b..88974ad 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ DROPAREA_HOST ?= vps.teletype.hu DROPAREA_PORT ?= 2223 DROPAREA_TARGET_PATH ?= /home/drop DROPAREA_USER ?= drop -UPDATE_SERVER ?= https://games.vps.teletype.hu +UPDATE_SERVER ?= https://teletypegames.org all: build