From 1866e7b20ca2d189392ac2f7c7ffd3b7c67e670c Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Mon, 27 Jul 2026 22:48:14 +0200 Subject: [PATCH] main domain 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 dc30290..f1791bf 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