main domain to teletypegames.org
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-07-27 22:41:33 +02:00
parent c279b98800
commit 1421a3ee1e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ steps:
- name: update
image: alpine
environment:
UPDATE_SERVER: https://games.teletype.hu
UPDATE_SERVER: https://teletypegames.org
UPDATE_SECRET:
from_secret: update_secret_key
commands:
+1 -1
View File
@@ -30,7 +30,7 @@ DROPAREA_HOST ?= vps.teletype.hu
DROPAREA_PORT ?= 2223
DROPAREA_TARGET_PATH ?= /home/drop
DROPAREA_USER ?= drop
UPDATE_SERVER ?= https://games.teletype.hu
UPDATE_SERVER ?= https://teletypegames.org
all: build
+1 -1
View File
@@ -20,7 +20,7 @@ function EndWindow.draw()
line(20, 82, 219, 82, Config.colors.dark_grey)
Print.text_center("To continue via telnet:", cx, 87, Config.colors.light_grey)
Print.text_center("games.teletype.hu 2324", cx, 98, Config.colors.white)
Print.text_center("teletypegames.org 2324", cx, 98, Config.colors.white)
line(20, 110, 219, 110, Config.colors.dark_grey)
Print.text_center("Press Z to return to menu", cx, 116, Config.colors.dark_grey)