Compare commits

...

8 Commits

Author SHA1 Message Date
3wc 67391905f0 chore: publish 0.2.3+0.1.3 release
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details
2024-05-11 12:36:13 -03:00
3wc 1cb0322816 chore: publish 0.2.2+0.1.2 release
continuous-integration/drone/push Build is passing Details
2024-03-30 12:26:49 -03:00
3wc 305d2ff923 chore: publish 0.2.1+0.1.1 release
continuous-integration/drone/push Build is passing Details
2023-08-04 14:39:31 +02:00
3wc b7a2dc2551 chore: publish 0.2.0+0.1.0 release
continuous-integration/drone/push Build is passing Details
2023-07-08 19:59:10 +01:00
3wc dd6e2f8bea chore: publish 0.1.2+0.0.13 release
continuous-integration/drone/push Build is passing Details
2023-01-30 21:01:44 -08:00
3wc 6bb89c4890 Switch to self-hosted stack-ssh-deploy image [mass update]
continuous-integration/drone/push Build is passing Details
2023-01-21 11:49:56 -08:00
3wc 0366b7a984 Add CI and catalogue generation [mass update]
continuous-integration/drone/push Build is passing Details
2023-01-20 10:45:03 -08:00
3wc 43a5842c61 chore: publish 0.1.1+0.0.11 release 2022-03-23 13:12:51 +02:00
2 changed files with 40 additions and 2 deletions

38
.drone.yml Normal file
View File

@ -0,0 +1,38 @@
---
kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: owncast
generate_secrets: true
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
networks:
- proxy
environment:
DOMAIN: owncast.swarm-test.autonomic.zone
STACK_NAME: owncast
LETS_ENCRYPT_ENV: production
trigger:
branch:
- main
---
kind: pipeline
name: generate recipe catalogue
steps:
- name: release a new version
image: plugins/downstream
settings:
server: https://build.coopcloud.tech
token:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
trigger:
event: tag

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: gabekangas/owncast:0.0.7
image: gabekangas/owncast:0.1.3
networks:
- proxy
volumes:
@ -21,7 +21,7 @@ services:
- "traefik.tcp.routers.${STACK_NAME}-rtmp.entrypoints=peertube-rtmp"
- "traefik.tcp.routers.${STACK_NAME}-rtmp.service=${STACK_NAME}-rtmp"
- "traefik.tcp.services.${STACK_NAME}-rtmp.loadbalancer.server.port=1935"
- "coop-cloud.${STACK_NAME}.version=0.1.0+0.0.7"
- "coop-cloud.${STACK_NAME}.version=0.2.3+0.1.3"
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s