diff --git a/.woodpecker.yml b/.woodpecker.yml index 26ef7fd..5160a5a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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