Files
game-server-watcher-a-sync/.do/deploy.template.yaml
2022-08-18 21:27:11 +02:00

23 lines
485 B
YAML

spec:
name: game-server-watcher
services:
- name: web
git:
branch: master
repo_clone_url: https://github.com/a-sync/game-server-watcher.git
envs:
- key: SECRET
scope: RUN_TIME
- key: REFRESH_TIME_MINUTES
scope: RUN_TIME
value: "2"
- key: DISCORD_BOT_TOKEN
scope: RUN_TIME
value: ""
- key: TELEGRAM_BOT_TOKEN
scope: RUN_TIME
value: ""
- key: STEAM_WEB_API_KEY
scope: RUN_TIME
value: ""