Publish builds over HTTP (/build/upload + /build/publish)
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-08-05 20:31:46 +02:00
parent 6b24b77b7d
commit 570c8b60cd
2 changed files with 11 additions and 12 deletions
+4 -7
View File
@@ -20,14 +20,11 @@ steps:
- name: upload
image: alpine
environment:
DROPAREA_HOST: vps.teletype.hu
DROPAREA_PORT: 2223
DROPAREA_TARGET_PATH: /home/drop
DROPAREA_USER: drop
DROPAREA_SSH_PASSWORD:
from_secret: droparea_ssh_password
UPDATE_SERVER: https://teletypegames.org
UPDATE_SECRET:
from_secret: update_secret_key
commands:
- apk add --no-cache make openssh-client sshpass
- apk add --no-cache make curl
- make ci-upload
- name: update