diff --git a/.woodpecker.yml b/.woodpecker.yml index e103b89..08e3b3f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: diff --git a/Makefile b/Makefile index 86e963b..79db379 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/inc/window/window.end.lua b/inc/window/window.end.lua index 185387f..a880e80 100644 --- a/inc/window/window.end.lua +++ b/inc/window/window.end.lua @@ -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)