4
0

UPDATE_SERVER url update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-04 15:05:41 +01:00
parent a523951207
commit fdcbb22c05
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ steps:
- name: update - name: update
image: alpine image: alpine
environment: environment:
UPDATE_SERVER: https://games.vps.teletype.hu UPDATE_SERVER: https://games.teletype.hu
UPDATE_SECRET: UPDATE_SECRET:
from_secret: update_secret_key from_secret: update_secret_key
commands: commands:

View File

@@ -21,7 +21,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.vps.teletype.hu UPDATE_SERVER ?= https://games.teletype.hu
all: build all: build