Compare commits
2 Commits
efc6b020e6
...
698b274d05
| Author | SHA1 | Date | |
|---|---|---|---|
| 698b274d05 | |||
| 98ad8458fa |
@@ -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
|
||||||
|
|||||||
BIN
bombexpert.tic
BIN
bombexpert.tic
Binary file not shown.
Reference in New Issue
Block a user