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