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

21 lines
506 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/bombexpert.lua
- 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