pipeline update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-01-26 22:12:44 +01:00
parent 9440a61b5a
commit 56013486c5

View File

@@ -1,7 +1,3 @@
environment: &environment
GAME_NAME: impostor
GAME_LANG: lua
steps: steps:
- name: version - name: version
image: alpine image: alpine
@@ -12,7 +8,6 @@ steps:
- name: build - name: build
image: git.teletype.hu/internal/tic80pro:latest image: git.teletype.hu/internal/tic80pro:latest
environment: environment:
<<: *environment
XDG_RUNTIME_DIR: /tmp XDG_RUNTIME_DIR: /tmp
commands: commands:
- 'make ci-export' - 'make ci-export'
@@ -20,7 +15,6 @@ steps:
- name: artifact - name: artifact
image: alpine image: alpine
environment: environment:
<<: *environment
DROPAREA_HOST: vps.teletype.hu DROPAREA_HOST: vps.teletype.hu
DROPAREA_PORT: 2223 DROPAREA_PORT: 2223
DROPAREA_TARGET_PATH: /home/drop DROPAREA_TARGET_PATH: /home/drop
@@ -34,7 +28,6 @@ steps:
- name: update - name: update
image: alpine image: alpine
environment: environment:
<<: *environment
UPDATE_SERVER: https://games.vps.teletype.hu UPDATE_SERVER: https://games.vps.teletype.hu
UPDATE_SECRET: UPDATE_SECRET:
from_secret: update_secret_key from_secret: update_secret_key