From bfe02043c1d6abe224920daaf574c26959e72d9d Mon Sep 17 00:00:00 2001 From: Smith Date: Sat, 18 Jun 2022 10:04:37 +0200 Subject: [PATCH] add digitalocean 1 click deployment support --- .do/deploy.template.yaml | 22 ++++++++++++++++++++++ README.md | 7 ++++--- 2 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 .do/deploy.template.yaml diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml new file mode 100644 index 0000000..4c74819 --- /dev/null +++ b/.do/deploy.template.yaml @@ -0,0 +1,22 @@ +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: "5" + - 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: "" diff --git a/README.md b/README.md index 0f48c2d..8b280bb 100644 --- a/README.md +++ b/README.md @@ -117,9 +117,10 @@ _The bot has no cleanup functionality, left over messages must be removed manual # Deployment Check the wiki page for detailed instructions on [how to setup a self deploying free cloud instance at cloudno.de](https://github.com/a-sync/game-server-watcher/wiki/Free-hosting-via-cloudno.de).

- Deploy to Heroku - Deploy to Azure - Run on Google Cloud + Deploy to Heroku + Deploy to Azure + Run on Google Cloud + Deploy to DigitalOcean

## Hosting