This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ steps:
|
|||||||
- name: update
|
- name: update
|
||||||
image: alpine
|
image: alpine
|
||||||
environment:
|
environment:
|
||||||
UPDATE_SERVER: https://games.teletype.hu
|
UPDATE_SERVER: https://teletypegames.org
|
||||||
UPDATE_SECRET:
|
UPDATE_SECRET:
|
||||||
from_secret: update_secret_key
|
from_secret: update_secret_key
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ DROPAREA_HOST ?= vps.teletype.hu
|
|||||||
DROPAREA_PORT ?= 2223
|
DROPAREA_PORT ?= 2223
|
||||||
DROPAREA_TARGET_PATH ?= /home/drop
|
DROPAREA_TARGET_PATH ?= /home/drop
|
||||||
DROPAREA_USER ?= drop
|
DROPAREA_USER ?= drop
|
||||||
UPDATE_SERVER ?= https://games.teletype.hu
|
UPDATE_SERVER ?= https://teletypegames.org
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ function EndWindow.draw()
|
|||||||
|
|
||||||
line(20, 82, 219, 82, Config.colors.dark_grey)
|
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("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)
|
line(20, 110, 219, 110, Config.colors.dark_grey)
|
||||||
|
|
||||||
Print.text_center("Press Z to return to menu", cx, 116, Config.colors.dark_grey)
|
Print.text_center("Press Z to return to menu", cx, 116, Config.colors.dark_grey)
|
||||||
|
|||||||
Reference in New Issue
Block a user