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

13 lines
281 B
YAML

vars:
UPDATE_SECRET:
from_secret: update_secret_key
steps:
- name: copy_file
image: alpine
commands:
- cp ./bombexpert.lua /games
- name: update_catalog
image: alpine
commands:
- curl https://games.vps.teletype.hu/update?secret=$UPDATE_SECRET