4
0
Files
bombexpert/.woodpecker.yml
Zsolt Tasnadi e58938c9d5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
pipeline fix
2025-12-06 13:02:24 +01:00

19 lines
520 B
YAML

steps:
- name: copy_file
image: alpine
environment:
DROPAREA_SSH_PASSWORD:
from_secret: droparea_ssh_password
commands:
- apk add --no-cache openssh-client
- scp -P 2223 bombexpert.lua games:$DROPAREA_SSH_PASSWORD@droparea:/home/games/drop/
- name: update_catalog
image: alpine
environment:
UPDATE_SECRET:
from_secret: update_secret_key
commands:
- apk add --no-cache curl
- curl https://games.vps.teletype.hu/update?secret=$UPDATE_SECRET