4
0
Files
bombexpert/.woodpecker.yml
Zsolt Tasnadi c8c900dbd8
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
pipeline fix
2025-12-06 12:58:35 +01:00

21 lines
491 B
YAML

steps:
- name: copy_file
image: appleboy/drone-scp
settings:
host: vps.teletype.hu
username: drop
password:
from_secret: droparea_ssh_password
port: 2223
source: ./bombexpert.lua
target: /home/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