4
0

Compare commits

..

2 Commits

Author SHA1 Message Date
698b274d05 pipeline fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-12-06 16:02:23 +01:00
98ad8458fa remove prebuild game 2025-12-06 15:58:56 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
environment:
environment: &environment
GAME_NAME: bombexpert
GAME_LANG: lua
@@ -6,8 +6,7 @@ steps:
- name: build
image: rastasi/tic80pro:latest
environment:
GAME_NAME: bombexpert
GAME_LANG: lua
<<: *environment
XDG_RUNTIME_DIR: /tmp
commands:
- tic80 --cli --skip --fs=. --cmd="load $GAME_NAME.$GAME_LANG & save $GAME_NAME & exit"
@@ -15,6 +14,7 @@ steps:
- name: artifact
image: alpine
environment:
<<: *environment
DROPAREA_HOST: vps.teletype.hu
DROPAREA_PORT: 2223
DROPAREA_TARGET_PATH: /home/drop

Binary file not shown.