From fdcbb22c05d4926f0add359c9c6d98c82adb77ee Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Wed, 4 Mar 2026 15:05:41 +0100 Subject: [PATCH] UPDATE_SERVER url update --- .woodpecker.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5160a5a..6f83cba 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -28,7 +28,7 @@ steps: - name: update image: alpine environment: - UPDATE_SERVER: https://games.vps.teletype.hu + UPDATE_SERVER: https://games.teletype.hu UPDATE_SECRET: from_secret: update_secret_key commands: diff --git a/Makefile b/Makefile index 5c51e68..da775a6 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,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://games.teletype.hu all: build