Compare commits

...

17 Commits

Author SHA1 Message Date
Moritz 33f7488c9a chore: publish 0.7.0+v1.11.63 release 2024-04-08 22:40:09 +02:00
3wc 5669976814 chore: publish 0.6.4+v1.11.57 release 2024-02-08 14:33:17 -03:00
3wc 1a81fe6d0d chore: publish 0.6.3+v1.11.49 release 2023-11-13 13:12:30 +00:00
Philipp Rothmann 07f7e73e28 chore: publish 0.6.2+v1.11.36 release 2023-07-19 10:26:39 +02:00
Moritz f191821073 fix matrix domain env for automatic replacement 2023-07-10 21:44:32 +02:00
knoflook 09738a4c34 chore: publish 0.6.1+v1.11.30 release 2023-04-25 14:42:08 +02:00
Moritz 11130fb45b chore: publish 0.6.0+v1.11.28 release 2023-04-05 21:48:49 +02:00
decentral1se 9ea387ed84 chore: publish 0.5.1+v1.11.22 release 2023-02-13 08:52:36 +01:00
3wc aaf3701144 Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:55 -08:00
3wc 50d823ebe9 Fix CI by adding networks: [mass update] 2023-01-20 11:58:41 -08:00
3wc 5868f9a08f Automatically generate catalogue on release [mass update]
Re: coop-cloud/recipes-catalogue-json#4
2023-01-20 10:27:11 -08:00
3wc 3b645efe52 Update abra syntax in examples (finally) [mass update] 2023-01-19 16:02:27 -08:00
Philipp Rothmann 78b892dd6b chore: publish 0.5.0+v1.11.15 release 2022-12-02 13:43:48 +01:00
Philipp Rothmann c201c39fde chore: publish 0.4.0+v1.11.8 release 2022-09-29 09:37:17 +02:00
decentral1se 2ca6367f13 chore: publish 0.3.0+v1.11.0 release 2022-07-14 10:41:55 +02:00
Philipp Rothmann 2bde9a6e11 chore: publish 0.2.0+v1.10.15 release 2022-06-22 14:06:41 +02:00
Philipp Rothmann 2410711247 chore: publish 0.1.2+v1.10.10 release 2022-04-20 13:28:57 +02:00
4 changed files with 16 additions and 19 deletions

View File

@ -3,10 +3,12 @@ kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: decentral1se/stack-ssh-deploy:latest
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: element-web
networks:
- proxy
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
@ -33,23 +35,17 @@ trigger:
---
kind: pipeline
name: recipe release
name: generate recipe catalogue
steps:
- name: release a new version
image: decentral1se/drone-abra:latest
settings:
command: recipe element-web release
deploy_key:
from_secret: abra_bot_deploy_key
- name: trigger downstream builds
image: plugins/downstream
settings:
server: https://drone.autonomic.zone
server: https://build.coopcloud.tech
token:
from_secret: decentral1se_token
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-apps-json
depends_on:
- release a new version
- coop-cloud/auto-recipes-catalogue-json
trigger:
event: tag

View File

@ -1,8 +1,9 @@
TYPE=element-web
TIMEOUT=400
DOMAIN=element-web.example.com
LETS_ENCRYPT_ENV=production
HOMESERVER=matrix.example.com
HOMESERVER=matrix-synapse.example.com
SERVER_NAME=mymatrix
BRAND=mymatrix

View File

@ -21,9 +21,9 @@ A glossy Matrix collaboration client for the web.
2. Deploy [`coop-cloud/traefik`]
3. `abra app new ${REPO_NAME} --secrets` (optionally with `--pass` if you'd like
to save secrets in `pass`)
4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to
4. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box
5. `abra app YOURAPPDOMAIN deploy`
5. `abra app deploy YOURAPPDOMAIN`
6. Open the configured domain in your browser to finish set-up
[`abra`]: https://git.coopcloud.tech/coop-cloud/abra

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "vectorim/element-web:v1.10.1"
image: "vectorim/element-web:v1.11.63"
environment:
- DOMAIN
- HOMESERVER
@ -22,7 +22,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.1.1+v1.10.1"
- "coop-cloud.${STACK_NAME}.version=0.7.0+v1.11.63"
networks:
proxy: