Add Drone 🤖

This commit is contained in:
3wc
2021-08-07 23:27:45 +02:00
parent 43e86d4f79
commit 5fc6a13127
2 changed files with 36 additions and 1 deletions

33
.drone.yml Normal file
View File

@ -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

View File

@ -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.
<!-- metadata -->