4
0
Files
bombexpert/.woodpecker.yml
2025-12-06 10:34:06 +01:00

16 lines
367 B
YAML

steps:
- name: copy_file
image: alpine
volumes:
- /games:/games
commands:
- cp ./bombexpert.lua /games
- 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