4
0

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

This commit is contained in:
2025-12-06 16:02:23 +01:00
parent 98ad8458fa
commit 698b274d05

View File

@@ -1,4 +1,4 @@
environment: environment: &environment
GAME_NAME: bombexpert GAME_NAME: bombexpert
GAME_LANG: lua GAME_LANG: lua
@@ -6,8 +6,7 @@ steps:
- name: build - name: build
image: rastasi/tic80pro:latest image: rastasi/tic80pro:latest
environment: environment:
GAME_NAME: bombexpert <<: *environment
GAME_LANG: lua
XDG_RUNTIME_DIR: /tmp XDG_RUNTIME_DIR: /tmp
commands: commands:
- tic80 --cli --skip --fs=. --cmd="load $GAME_NAME.$GAME_LANG & save $GAME_NAME & exit" - tic80 --cli --skip --fs=. --cmd="load $GAME_NAME.$GAME_LANG & save $GAME_NAME & exit"
@@ -15,6 +14,7 @@ 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