This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
variables:
|
|
||||||
UPDATE_SECRET:
|
|
||||||
from_secret: update_secret_key
|
|
||||||
steps:
|
steps:
|
||||||
- name: copy_file
|
- name: copy_file
|
||||||
image: alpine
|
image: alpine
|
||||||
@@ -8,6 +5,9 @@ steps:
|
|||||||
- cp ./bombexpert.lua /games
|
- cp ./bombexpert.lua /games
|
||||||
- name: update_catalog
|
- name: update_catalog
|
||||||
image: alpine
|
image: alpine
|
||||||
|
environment:
|
||||||
|
UPDATE_SECRET:
|
||||||
|
from_secret: update_secret_key
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache curl
|
- apk add --no-cache curl
|
||||||
- curl https://games.vps.teletype.hu/update?secret=${UPDATE_SECRET}
|
- curl https://games.vps.teletype.hu/update?secret=${UPDATE_SECRET}
|
||||||
|
|||||||
Reference in New Issue
Block a user