From 5fc6a13127b40eed01ea315a7d0f2e406a01a1e1 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 7 Aug 2021 23:27:45 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Drone=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 33 +++++++++++++++++++++++++++++++++ README.md | 4 +++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..6b5e272 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,33 @@ +--- +kind: pipeline +name: deploy to swarm-test.autonomic.zone +steps: + - name: deployment + image: decentral1se/stack-ssh-deploy:latest + settings: + host: swarm-test.autonomic.zone + stack: mumble + purge: true + deploy_key: + from_secret: drone_ssh_swarm_test + environment: + DOMAIN: mumble.swarm-test.autonomic.zone + LETS_ENCRYPT_ENV: production + COMPOSE_FILE: compose.yml:compose.mumbleweb.yml + + - name: notify coopcloud-dev on failure + image: plugins/matrix + settings: + homeserver: https://matrix.autonomic.zone + roomid: "IFazIpLtxiScqbHqoa:autonomic.zone" + userid: "@autono-bot:autonomic.zone" + accesstoken: + from_secret: autono_bot_access_token + depends_on: + - deployment + when: + status: + - failure +trigger: + branch: + - main diff --git a/README.md b/README.md index 7eb8127..5c1d17d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # mumble -TODO +[![Build Status](https://build.coopcloud.tech/api/badges/coop-cloud/mumble/status.svg)](https://build.coopcloud.tech/coop-cloud/mumble) + +Low latency, high quality voice chat application.