4
0

pipeline fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-12-06 10:30:05 +01:00
parent 00755a383f
commit 15af10d313

View File

@@ -1,6 +1,3 @@
variables:
UPDATE_SECRET:
from_secret: update_secret_key
steps:
- name: copy_file
image: alpine
@@ -8,6 +5,9 @@ steps:
- 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}